gui: Reduce checkboxes size in Advanced Configuration (fixes #6949) (#7296)

This commit is contained in:
Tomasz Wilczyński
2021-01-27 12:23:58 +01:00
committed by GitHub
parent 7c1ed420a9
commit 3406a3ba95
+6
View File
@@ -41,6 +41,12 @@ ul+h5 {
float: none; /* issue #1197 */
}
#advancedAccordion input.form-control[type="checkbox"] {
box-shadow: none;
margin: 0;
width: auto;
}
.popover {
max-width: none;
min-width: 250px;