diff options
| author | zephyr <[email protected]> | 2023-06-25 15:03:39 +0800 |
|---|---|---|
| committer | zephyr <[email protected]> | 2023-06-25 15:03:39 +0800 |
| commit | 152615c3f8a100ffec33e305272dec656d569149 (patch) | |
| tree | 732ee7b5150f5409626f2f39ce585924a8a04d32 /src/components/Connections.module.scss | |
| parent | cc21971645a4a6d60fce48b4da936232bddac9b9 (diff) | |
fix: move client tag and table setting btns to lower right
Diffstat (limited to 'src/components/Connections.module.scss')
| -rw-r--r-- | src/components/Connections.module.scss | 7 |
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; +} |
