Moved the "#mfbpanel" style to the main CSS file

pull/3944/head
IgorA100 2024-04-03 21:02:01 +03:00 committed by GitHub
parent 542f3a72af
commit 25bc22e871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -761,6 +761,11 @@ ul.nav.nav-pills.flex-column {
min-width: 11em; /* Makes a nice uniform display */
}
#mfbpanel {
width: calc(100% - 25px);
float: left;
}
.chosen-container-active .chosen-choices {
border-color:rgb(200,200,200);
}