mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Fix squished dropdown on safari (#28663)
This commit is contained in:
parent
39df25e004
commit
55c7b54713
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.software-table {
|
||||
&__software-filter {
|
||||
min-width: 213px;
|
||||
min-width: 215px;
|
||||
}
|
||||
|
||||
&__filter-controls {
|
||||
|
|
|
|||
Loading…
Reference in a new issue