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:
Sahil Batra 2024-07-16 18:55:07 +05:30 committed by Tim Abbott
parent fa16f7720f
commit 3980507599
1 changed files with 2 additions and 1 deletions

View File

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