Prevent text wrap of user is me label

pull/10616/head
Alex P 2018-01-26 17:58:48 -08:00
parent c765dd0df6
commit a36dad3e38
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ table.table.chronograf-admin-table tbody tr.chronograf-admin-table--new-user {
/* Highlight "Me" in the users table */
.chronograf-user--me {
color: $c-rainforest;
white-space: nowrap;
> span.icon {
display: inline-block;