[Web] Minor check fix
parent
1a15a9e5cd
commit
627e9dae7b
File diff suppressed because one or more lines are too long
|
@ -243,4 +243,7 @@ legend > [class^="bi-"]::before, legend > [class*=" bi-"]::before {
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue