mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
UX: Wrap long names on user admin page
This commit is contained in:
parent
2f5938c3bf
commit
dbd14a805c
@ -38,7 +38,7 @@
|
||||
editing=editingUsername}}
|
||||
</div>
|
||||
|
||||
<div class="display-row">
|
||||
<div class="display-row name">
|
||||
{{admin-editable-field name="user.name.title"
|
||||
value=model.name
|
||||
action=(action "saveName")
|
||||
|
@ -81,6 +81,12 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
&.username,
|
||||
&.name {
|
||||
.value {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.admin-users {
|
||||
|
Loading…
Reference in New Issue
Block a user