[Web] Minor check fix

master
andryyy 2021-10-15 13:10:04 +02:00
parent 1a15a9e5cd
commit 627e9dae7b
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 5 additions and 2 deletions

View File

@ -244,3 +244,6 @@ legend > [class^="bi-"]::before, legend > [class*=" bi-"]::before {
code {
font-size: inherit;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
margin-top: 0px;
}