mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 09:03:44 +08:00
UX: makes sk components full width on users admin page (#11413)
This commit is contained in:
parent
b3332d0296
commit
daefa3d25a
|
@ -151,10 +151,11 @@
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
.field,
|
.field,
|
||||||
.value {
|
.value {
|
||||||
width: unset;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-kit {
|
.select-kit {
|
||||||
width: 300px;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user