Commit 58bb328f authored by LianaHus's avatar LianaHus

panel style

parent a44aa052
...@@ -13,6 +13,7 @@ const css = csjs` ...@@ -13,6 +13,7 @@ const css = csjs`
} }
.plugItIn > div { .plugItIn > div {
overflow-y : auto; overflow-y : auto;
overflow-x : hidden;
height : 100%; height : 100%;
width : 100%; width : 100%;
} }
......
...@@ -53,6 +53,7 @@ var css = csjs` ...@@ -53,6 +53,7 @@ var css = csjs`
.select { .select {
font-weight: normal; font-weight: normal;
width: 100%; width: 100%;
overflow: hidden;
} }
.instanceContainer { .instanceContainer {
display: flex; display: flex;
......
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