wip: minopr progress on react panel edit infra

This commit is contained in:
Torkel Ödegaard
2018-07-08 12:29:23 -07:00
parent 50f24c98f7
commit 8036c49ffe
4 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
.tabbed-view {
margin-bottom: $dashboard-padding;
display: flex;
flex-direction: column;
height: 100%;
@@ -45,8 +44,10 @@
}
.tabbed-view-body {
padding: $spacer*2 $spacer;
height: 100%;
padding: $spacer*2 $spacer $spacer $spacer;
display: flex;
flex-direction: column;
flex: 1;
&--small {
min-height: 0px;