mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
settings: Do not allow last active value to wrap randomly.
We do not allow the "Last active" values in users list to wrap at random breakpoints and instead wrap at end of the words.
This commit is contained in:
@@ -401,7 +401,8 @@ select.settings_select {
|
|||||||
|
|
||||||
.user_role,
|
.user_role,
|
||||||
.profile_field_type,
|
.profile_field_type,
|
||||||
.bot_type {
|
.bot_type,
|
||||||
|
.last_active {
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user