Skip to content
Snippets Groups Projects
Commit 3b5587d9 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix firefox display of sound editor by making sure chain is all flex

parent 3ebbcb99
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@
}
.detail-area {
display: flex;
flex-grow: 1;
flex-shrink: 0;
flex-shrink: 1;
border-left: 1px solid $ui-pane-border;
}
......@@ -4,6 +4,7 @@
.editor-container {
display: flex;
flex-direction: column;
flex-grow: 1;
padding: calc(2 * $space);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment