From 3e9236298659f1b698d8a5ce26e6a2b9c7325f61 Mon Sep 17 00:00:00 2001 From: m4luc0 Date: Sat, 4 Apr 2020 12:32:18 +0200 Subject: [PATCH 1/2] Web: fix broken layout after text edit --- webskins/_default_/pub/_default_.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webskins/_default_/pub/_default_.css b/webskins/_default_/pub/_default_.css index 186dc27b..c8f0a8c9 100644 --- a/webskins/_default_/pub/_default_.css +++ b/webskins/_default_/pub/_default_.css @@ -316,6 +316,7 @@ tr.evenrow td { .subsection div.checkbox { padding: 9px 0 0 3px; + max-width: 537px; } .subsection div.checkbox input { @@ -380,4 +381,3 @@ td { .textsection p { margin-bottom: 0.7em; } - From c104b14514716ec73d48b7f9c85314946afbe60e Mon Sep 17 00:00:00 2001 From: m4luc0 Date: Sat, 4 Apr 2020 14:43:16 +0200 Subject: [PATCH 2/2] 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 {