Fix side panel width on query page (#1727)

This commit is contained in:
Martavis Parker 2021-08-18 18:23:24 -07:00 committed by GitHub
parent 39cef4c43f
commit 1288944c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}