Skip to content
Snippets Groups Projects
Commit c42c52ae authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Fixes sidebar style for node types

parent 32c8c16d
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56832 passed
...@@ -6,7 +6,7 @@ div#ks-editor #force-graph-renderer { ...@@ -6,7 +6,7 @@ div#ks-editor #force-graph-renderer {
div#ks-editor #sidepanel { div#ks-editor #sidepanel {
/* resize: horizontal; */ /* resize: horizontal; */
overflow: auto; overflow: auto;
min-width: 250px; min-width: 300px;
max-width: 40%; max-width: 40%;
height: inherit; height: inherit;
margin: 0.3rem; margin: 0.3rem;
......
div#ks-editor .node-type-name { div#ks-editor .node-type-name {
width: auto; width: 150px;
} }
div#ks-editor .node-type-color { div#ks-editor .node-type-color {
......
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