mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Improve line height in filter column drop down
This commit is contained in:
@ -433,6 +433,13 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
|||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filterCriteriaRowColumnPopper .MuiAutocomplete-groupLabel
|
||||||
|
{
|
||||||
|
line-height: 1.75;
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* taller list box */
|
/* taller list box */
|
||||||
.filterCriteriaRowColumnPopper .MuiAutocomplete-listbox
|
.filterCriteriaRowColumnPopper .MuiAutocomplete-listbox
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user