From 4468d55622eac250ea4fb5ba10a70b1e8173eec8 Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Wed, 25 May 2022 16:39:22 +0200 Subject: [PATCH] fix(ui): fix styles --- ui/src/style/pages/admin.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ui/src/style/pages/admin.scss b/ui/src/style/pages/admin.scss index fd44fedf0..c9afa1c0d 100644 --- a/ui/src/style/pages/admin.scss +++ b/ui/src/style/pages/admin.scss @@ -107,6 +107,12 @@ table > tbody > tr > td.admin-table__dbperm { .admin-table > tbody > tr.table-empty-state > th { min-width: 250px; } +.permission-table > tbody > tr { + border-bottom: 1px solid $g2-kevlar; + &.all-databases{ + border-bottom: $ix-border solid $table--border-color; + } +} table > tbody > tr.admin-table--edit-row, table > tbody > tr.admin-table--edit-row:hover, @@ -225,6 +231,12 @@ pre.admin-table--query { flex-grow: 1; display: flex; justify-content: flex-end; + &>* { + margin-left: 5px; + &:first-child { + margin-left: 0px; + } + } } } .panel-body {