mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 03:31:04 +01:00
f82ff1e22c
* Move all help text above fields * Adjust vertical spacing of form fields and panels * Move the page title’s help text below the field * Release notes
5 lines
70 B
SCSS
5 lines
70 B
SCSS
.help {
|
|
@apply w-help-text;
|
|
margin-top: theme('spacing.[0.5]');
|
|
}
|