Fixed auth form field padding (Log in / password reset)

- Fixes #9440
pull/9463/head
xomcodes 2022-10-22 18:36:22 +00:00 zatwierdzone przez LB (Ben Johnston)
rodzic af9f7ecbb3
commit 3dcde23e02
4 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -103,6 +103,7 @@ Changelog
* Fix: Fully remove the obsolete `wagtailsearch_editorspick` table that prevents flushing the database (Matt Westcott)
* Fix: Update latest version message on Dashboard to accept dev build version format used on nlightly builds (Sam Moran)
* Fix: references extraction for ChooserBlock (Alex Tomkins)
* Fix: Regression in field width for authentication pages (log in / password reset) (Chisom)
4.0.4 (18.10.2022)

Wyświetl plik

@ -654,6 +654,7 @@ Contributors
* Damee Zivah Olawuyi
* Harry Percival
* Akua Dokua Asiedu
* Chisom
Translators
===========

Wyświetl plik

@ -82,6 +82,10 @@
font-weight: theme('fontWeight.bold');
}
.w-field__input {
padding: 0; // reset padding for field not used inside the admin interface
}
.w-field__wrapper {
margin-bottom: theme('spacing.6');
}

Wyświetl plik

@ -133,6 +133,7 @@ There are multiple improvements to the documentation theme this release, here ar
* Fully remove the obsolete `wagtailsearch_editorspick` table that prevents flushing the database (Matt Westcott)
* Update latest version message on Dashboard to accept dev build version format used on nlightly builds (Sam Moran)
* Ensure `ChooserBlock.extract_references` uses the model class, not the model string (Alex Tomkins)
* Regression in field width for authentication pages (log in / password reset) (Chisom)
## Upgrade considerations