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

This commit is contained in:
Tomasz Wilczyński 2021-01-27 20:23:58 +09:00 committed by GitHub
parent 7c1ed420a9
commit 3406a3ba95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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;