mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 12:35:25 +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;
|
||||
.field,
|
||||
.value {
|
||||
width: unset;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.select-kit {
|
||||
width: 300px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user