Revert "UX: Prevent long names from overflowing on user admin"

This reverts commit 6207b71c36.
This commit is contained in:
Joffrey JAFFEUX 2019-05-23 16:56:30 +02:00
parent f9bb8dde3c
commit 30961dd875

View File

@ -48,7 +48,6 @@
width: 250px;
float: left;
margin-left: 12px;
overflow-x: auto;
@media (max-width: $mobile-breakpoint) {
width: 75%;
float: right;
@ -211,7 +210,6 @@
.field,
.value {
width: unset;
max-width: 100%;
}
.select-kit {
width: 300px;