[Frontend] Fixed styles that were breaking Create menu

WTD-1404
This commit is contained in:
Charles Hacskaylo
2015-06-30 16:01:53 -07:00
parent f03a9bcc08
commit 9f38914faa
3 changed files with 11 additions and 11 deletions

View File

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