From 9d674c3940bd435f08687b01f451e70cddb73b00 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 13 Nov 2014 12:04:53 +0000 Subject: [PATCH] Fixed inline checkboxes in settings. --- resources/report/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index ab3a50f1..c08f92c9 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -233,3 +233,6 @@ paper-progress { visibility: visible; } } +#settingsDialog > paper-checkbox { + display: block; +} \ No newline at end of file