git.graph-it.com
/
graphit
/
controlpi-wsserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21b411d
)
Prevent overflow in template container
author
Benjamin Braatz
<bb@bbraatz.eu>
Mon, 8 Mar 2021 21:01:33 +0000
(22:01 +0100)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Mon, 8 Mar 2021 21:01:33 +0000
(22:01 +0100)
web/controlpi-debug.css
patch
|
blob
|
history
diff --git
a/web/controlpi-debug.css
b/web/controlpi-debug.css
index 70b3f9a08f37b34c95b87e46be591c87e0985dac..959ac31ed7599a542c13f68a9a237ac64b3528b5 100644
(file)
--- 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;
}