explorer: fix broken layout

Applying this control tweak globally broke the explorer layout. So we
now apply it to settings only.
This commit is contained in:
David Lechner
2022-05-30 10:15:10 -05:00
parent 0a89198f5c
commit 69ca51fbbb
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -39,9 +39,5 @@
height: 100%;
z-index: bp.$pt-z-index-overlay;
}
.#{bp.$ns}-control {
max-width: bp.$pt-grid-size * 20;
}
}
}