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
@@ -151,10 +151,11 @@
align-items: flex-start;
.field,
.value {
width: unset;
width: 100%;
}
.select-kit {
width: 300px;
width: 100%;
}
}