]> jfr.im git - irc/znc/znc.git/commitdiff
Web: fix broken layout after text edit
authorm4luc0 <redacted>
Sat, 4 Apr 2020 12:43:16 +0000 (14:43 +0200)
committerm4luc0 <redacted>
Sat, 4 Apr 2020 12:43:16 +0000 (14:43 +0200)
webskins/_default_/pub/_default_.css

index c8f0a8c98f608f5faaeac44ab6785a4ee9217d3f..00b2836e4674d9a981b2fac559d4c15a8e853f9f 100644 (file)
@@ -295,7 +295,6 @@ tr.evenrow td {
 
 .subsection {
        clear: both;
-       margin: 0;
 }
 
 .subsection div {
@@ -316,11 +315,13 @@ tr.evenrow td {
 
 .subsection div.checkbox {
        padding: 9px 0 0 3px;
-       max-width: 537px;
+       width: 537px;
 }
 
-.subsection div.checkbox input {
-       min-width: 0;
+.subsection div.checkbox label {
+       vertical-align: top;
+       display: inline-block;
+       width:520px;
 }
 
 .section .info {