mirror of
https://github.com/strapi/strapi.git
synced 2025-12-17 02:03:18 +00:00
Reorganize Inputs*WithErrors props and add noErrorsDescription prop so it can set a spacer in order to keep the input s alignment correct
14 lines
171 B
SCSS
14 lines
171 B
SCSS
.container {
|
|
margin-bottom: 1.5rem;
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
.toggleLabel {
|
|
margin-bottom: 0 !important;
|
|
font-weight: 500 !important;
|
|
}
|
|
|
|
.spacer {
|
|
height: .5rem;
|
|
}
|