From 75cd6d98833075cd9aeaddd5f5a95b870ff246ac Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 8 Oct 2024 09:46:18 +0200 Subject: tempates: fix System log layout to prevent overflow Restrict the
 component where the logs are contained to
prevent text overflow from happening.
---
 ogcp/templates/actions/legacy/log.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'ogcp')

diff --git a/ogcp/templates/actions/legacy/log.html b/ogcp/templates/actions/legacy/log.html
index 5df0e62..a3f252c 100644
--- a/ogcp/templates/actions/legacy/log.html
+++ b/ogcp/templates/actions/legacy/log.html
@@ -10,6 +10,16 @@
 
 

{{_('Client log')}}

+ +
{{ log }}
{% endblock %} -- cgit v1.2.3-18-g5258