summaryrefslogtreecommitdiff
path: root/src/components/Connections.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Connections.module.scss')
-rw-r--r--src/components/Connections.module.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/Connections.module.scss b/src/components/Connections.module.scss
index ded8ce0..f3d507f 100644
--- a/src/components/Connections.module.scss
+++ b/src/components/Connections.module.scss
@@ -82,3 +82,10 @@
width: 120px;
}
}
+
+.columnManagerRow {
+ width: 200px;
+ display: flex;
+ margin: 5px 0;
+ justify-content: space-between;
+}