aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/GraphInfoMenu.css
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/GraphInfoMenu.css')
-rw-r--r--graphgraph-fe/src/GraphInfoMenu.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphgraph-fe/src/GraphInfoMenu.css b/graphgraph-fe/src/GraphInfoMenu.css
index 59ad6e4..24a2719 100644
--- a/graphgraph-fe/src/GraphInfoMenu.css
+++ b/graphgraph-fe/src/GraphInfoMenu.css
@@ -1,7 +1,7 @@
.node-property-list {
float:top;
display: flex;
- height: 250px;
+ height: 200px;
width: 100%;
}
@@ -12,7 +12,7 @@
.fixed-height-container {
overflow: scroll;
float:top;
- height: 250px;
+ height: 200px;
width:40%;
padding:3px;
background:white;