Commit 26625a73 authored by LianaHus's avatar LianaHus
parent d0bc62ce
...@@ -13,6 +13,8 @@ var css = csjs` ...@@ -13,6 +13,8 @@ var css = csjs`
flex-direction : column; flex-direction : column;
position : relative; position : relative;
width : 100%; width : 100%;
padding-left : 6px;
padding-top : 6px;
} }
.gist { .gist {
padding : 10px; padding : 10px;
...@@ -50,7 +52,7 @@ var css = csjs` ...@@ -50,7 +52,7 @@ var css = csjs`
.uploadFile label { .uploadFile label {
cursor : pointer; cursor : pointer;
} }
.treeviews { .treeview {
overflow-y : auto; overflow-y : auto;
} }
.dialog { .dialog {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment