UX: makes sk components full width on users admin page (#11413)

This commit is contained in:
Joffrey JAFFEUX 2020-12-08 01:18:02 +01:00 committed by GitHub
parent b3332d0296
commit daefa3d25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,10 +151,11 @@
align-items: flex-start;
.field,
.value {
width: unset;
width: 100%;
}
.select-kit {
width: 300px;
width: 100%;
}
}