Prevent host page label filter text from jumping at low viewport width (#13256)

This commit is contained in:
Jacob Shandling 2023-08-10 14:41:49 -07:00 committed by GitHub
parent 948ae13507
commit ed229c28f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
- Fix jumping text on the host page label filter dropdown at low viewport widths

View file

@ -77,6 +77,9 @@
.label-filter-select__indicator {
color: $core-fleet-black;
// override react-select default styles to increase flexibility of dropdown styling
padding: 0;
padding-right: $pad-small;
}
.label-filter-select__menu {