This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
wagtail
kopia lustrzana
https://github.com/wagtail/wagtail
Obserwuj
1
Polub
0
Forkuj
You've already forked wagtail
0
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
9798306f0e
wagtail
/
client
/
scss
/
components
/
forms
/
_help.scss
5 wiersze
70 B
SCSS
Czysty
Zwykły widok
Historia
Unescape
Escape
Re-implement base form field styles based on new page editor designs Co-authored-by: LB Johnston <mail@lb.ee>
2022-07-25 02:33:09 +00:00
.
help
{
@apply
w-help-text
;
Move help text above all form fields (#10302) * 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
2023-03-31 16:05:20 +00:00
margin-top
:
theme
(
'
spacing.[0.5]
'
)
;
Re-implement base form field styles based on new page editor designs Co-authored-by: LB Johnston <mail@lb.ee>
2022-07-25 02:33:09 +00:00
}