parent
22a58ad0c3
commit
45e4c15d2d
1 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#navbarSearch.show {
|
#navbarSearch.show {
|
||||||
max-height: 300px;
|
height: auto;
|
||||||
/* Adjust this to your desired max height */
|
/*dynamically changes height*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchResults .dropdown-item {
|
#searchResults .dropdown-item {
|
||||||
|
@ -268,6 +268,7 @@ span.icon-text::after {
|
||||||
/* Dropdown min-width */
|
/* Dropdown min-width */
|
||||||
.dropdown-mw-28 {
|
.dropdown-mw-28 {
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
|
min-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-mw-20 {
|
.dropdown-mw-20 {
|
||||||
|
@ -314,6 +315,7 @@ span.icon-text::after {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-hide {
|
.icon-hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue