Fixed inline checkboxes in settings.

This commit is contained in:
Oliver Hamlet
2014-11-13 12:04:53 +00:00
parent 0bbccb61ce
commit 9d674c3940
+3
View File
@@ -233,3 +233,6 @@ paper-progress {
visibility: visible;
}
}
#settingsDialog > paper-checkbox {
display: block;
}