From 152615c3f8a100ffec33e305272dec656d569149 Mon Sep 17 00:00:00 2001 From: zephyr Date: Sun, 25 Jun 2023 15:03:39 +0800 Subject: fix: move client tag and table setting btns to lower right --- src/components/Connections.module.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/components/Connections.module.scss') 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; +} -- cgit v1.3.1