How to reduce height of searchable fi-select in Filament?

Has anyone figured out how to reduce the height of a searchable fi-select? I can shrink a normal fi-input by adjusting the padding, but the same approach doesn’t seem to affect searchable selects.
.fi-dropdown-list-item,
.fi-select-input,
.fi-input {
@apply pt-1 pb-1;
}

.fi-fo-select-btn {
@apply pt-0 pb-0;
}
.fi-dropdown-list-item,
.fi-select-input,
.fi-input {
@apply pt-1 pb-1;
}

.fi-fo-select-btn {
@apply pt-0 pb-0;
}
Any pointers on which class actually controls the height for the searchable version?
No description
1 Reply
Dennis Koch
Dennis Koch3w ago
You're probably just targeting the wrong elements.

Did you find this page helpful?