mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 17:53:28 +00:00
[Frontend] Fixed styles that were breaking Create menu
WTD-1404
This commit is contained in:
@ -198,7 +198,7 @@
|
||||
|
||||
.browse-mode {
|
||||
.split-layout {
|
||||
.pane.left {
|
||||
.split-pane-component.pane.left {
|
||||
min-width: 150px;
|
||||
max-width: 50%;
|
||||
}
|
||||
@ -207,10 +207,10 @@
|
||||
|
||||
.edit-mode {
|
||||
.split-layout {
|
||||
.pane.right {
|
||||
.split-pane-component.pane.right {
|
||||
min-width: 150px;
|
||||
max-width: 50%;
|
||||
.pane.bottom {
|
||||
.split-pane-component.pane.bottom {
|
||||
min-height: 50px;
|
||||
max-height: 80%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user