Make plaintext items in the users table the same height as dropdowns
Prevents jitter and jankpull/5028/head^2
parent
73c9818c5a
commit
ac07768879
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue