diff options
Diffstat (limited to 'graphgraph-fe/src/GraphHops.css')
-rw-r--r-- | graphgraph-fe/src/GraphHops.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphgraph-fe/src/GraphHops.css b/graphgraph-fe/src/GraphHops.css new file mode 100644 index 0000000..b6207eb --- /dev/null +++ b/graphgraph-fe/src/GraphHops.css @@ -0,0 +1,9 @@ + +.hops-input{ +display: flex; +flex-direction: column; +} + +.hops-input-field{ +width: 190px; +} |