mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 14:03:39 +08:00
UX: Prevent long names from overflowing on user admin
This commit is contained in:
parent
9f6af5f8a7
commit
6207b71c36
|
@ -48,6 +48,7 @@
|
|||
width: 250px;
|
||||
float: left;
|
||||
margin-left: 12px;
|
||||
overflow-x: auto;
|
||||
@media (max-width: $mobile-breakpoint) {
|
||||
width: 75%;
|
||||
float: right;
|
||||
|
@ -210,6 +211,7 @@
|
|||
.field,
|
||||
.value {
|
||||
width: unset;
|
||||
max-width: 100%;
|
||||
}
|
||||
.select-kit {
|
||||
width: 300px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user