From c55d147ff0b00aa3dbb3fbf56962ac551d3030db Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 4 Sep 2017 09:49:21 +0200 Subject: [PATCH] css: 50% for non-director right layout columns fixes #1134 --- public/css/module.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index 09b83415..445c046c 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -861,6 +861,9 @@ form { #layout.twocols &#col2 { width: 50%; } +#layout.twocols &#col1 + #col2 { + width: 50%; +} form dd { padding: 0.3em 0.5em;