mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
Revert "UX: Prevent long names from overflowing on user admin"
This reverts commit 6207b71c36ade7b440654a988e8041d4f2b4ca1e.
This commit is contained in:
@ -48,7 +48,6 @@
|
|||||||
width: 250px;
|
width: 250px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
overflow-x: auto;
|
|
||||||
@media (max-width: $mobile-breakpoint) {
|
@media (max-width: $mobile-breakpoint) {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
float: right;
|
float: right;
|
||||||
@ -211,7 +210,6 @@
|
|||||||
.field,
|
.field,
|
||||||
.value {
|
.value {
|
||||||
width: unset;
|
width: unset;
|
||||||
max-width: 100%;
|
|
||||||
}
|
}
|
||||||
.select-kit {
|
.select-kit {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
Reference in New Issue
Block a user