forked from External/greenlight
Added a max-width to the email column in the manage users table (#611)
This commit is contained in:
committed by
Jesus Federico
parent
f6bd959c4c
commit
315bb1af1c
@ -18,6 +18,10 @@
|
||||
.user-role {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.user-email {
|
||||
max-width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
#clear-search {
|
||||
|
Reference in New Issue
Block a user