mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix side panel width on query page (#1727)
This commit is contained in:
parent
39cef4c43f
commit
1288944c07
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
|||
box-sizing: border-box;
|
||||
border-left: 1px solid $ui-gray;
|
||||
overflow: auto;
|
||||
min-width: $sidepanel-width;
|
||||
width: $sidepanel-width;
|
||||
padding: $pad-xxlarge;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue