From c104b14514716ec73d48b7f9c85314946afbe60e Mon Sep 17 00:00:00 2001 From: m4luc0 Date: Sat, 4 Apr 2020 14:43:16 +0200 Subject: [PATCH] Web: fix broken layout after text edit --- webskins/_default_/pub/_default_.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/webskins/_default_/pub/_default_.css b/webskins/_default_/pub/_default_.css index c8f0a8c9..00b2836e 100644 --- a/webskins/_default_/pub/_default_.css +++ b/webskins/_default_/pub/_default_.css @@ -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 {