mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fleet UI: Hide more options button when at larger widths (#26632)
This commit is contained in:
parent
8a531a65d4
commit
8c7a543571
1 changed files with 4 additions and 0 deletions
|
|
@ -35,5 +35,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: $break-md) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue