There was an error while loading. Please reload this page.
1 parent 78ebadd commit b336bbdCopy full SHA for b336bbd
1 file changed
src/app/elements/asset-tree/asset-tree.component.scss
@@ -35,7 +35,9 @@
35
.tree-type-banner {
36
position: relative;
37
display: flex;
38
+ flex: 0 0 30px;
39
height: 30px;
40
+ min-height: 30px;
41
line-height: 30px;
42
padding-right: 11px;
43
padding-left: 15px;
@@ -153,7 +155,7 @@
153
155
154
156
.tree-type-content {
157
- flex: 1 1 auto;
158
+ flex: 1 1 0;
159
padding: 1px;
160
min-height: 0;
161
height: auto;
0 commit comments