From 2d89406e4a511d7efee598858d4823d0866d816d Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@gmail.com> Date: Wed, 18 Dec 2013 01:03:26 +0000 Subject: [PATCH] refs #4393 all websites appears in another line --- plugins/Morpheus/stylesheets/forms.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/Morpheus/stylesheets/forms.less b/plugins/Morpheus/stylesheets/forms.less index b1498fa7a5..83d7c935aa 100644 --- a/plugins/Morpheus/stylesheets/forms.less +++ b/plugins/Morpheus/stylesheets/forms.less @@ -285,6 +285,12 @@ label { clear:both; } +.listReports { + .form-radio + label, .form-checkbox + label { + width: 250px; + } +} + .small-form-description { // for tracking code generator clear:both; } \ No newline at end of file -- GitLab