Make plaintext items in the users table the same height as dropdowns

Prevents jitter and jank
pull/5028/head^2
Alex P 2017-10-31 18:29:31 -07:00
parent 73c9818c5a
commit ac07768879
1 changed files with 2 additions and 0 deletions

View File

@ -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;