From ac07768879d4f4915149dbbe15d1be4121a7169d Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 31 Oct 2017 18:29:31 -0700 Subject: [PATCH] Make plaintext items in the users table the same height as dropdowns Prevents jitter and jank --- ui/src/style/pages/admin.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/style/pages/admin.scss b/ui/src/style/pages/admin.scss index 0e6f236e8..1c14eb60c 100644 --- a/ui/src/style/pages/admin.scss +++ b/ui/src/style/pages/admin.scss @@ -189,6 +189,8 @@ pre.admin-table--query { .chronograf-user--org { display: inline-block; width: 100%; + height: 22px; + line-height: 22px; } .chronograf-user--role { text-transform: capitalize;