mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Prevent host page label filter text from jumping at low viewport width (#13256)
This commit is contained in:
parent
948ae13507
commit
ed229c28f2
2 changed files with 4 additions and 0 deletions
1
changes/13254-jumping-text
Normal file
1
changes/13254-jumping-text
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fix jumping text on the host page label filter dropdown at low viewport widths
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue