From 5c077125550180b2ac23219fee43072761a38884 Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Mon, 8 Mar 2021 22:01:33 +0100 Subject: [PATCH] Prevent overflow in template container --- web/controlpi-debug.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/controlpi-debug.css b/web/controlpi-debug.css index 70b3f9a..959ac31 100644 --- a/web/controlpi-debug.css +++ b/web/controlpi-debug.css @@ -26,6 +26,7 @@ .interfacecontainer > h3 { display: inline-block; vertical-align: top; + width: 20px; margin-top: 5px; font-weight: bold; } @@ -33,6 +34,7 @@ .templatecontainer { display: inline-block; vertical-align: top; + width: 280px; white-space: normal; } -- 2.34.1