kopia lustrzana https://github.com/wagtail/wagtail
rodzic
af9f7ecbb3
commit
3dcde23e02
|
@ -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)
|
||||
|
|
|
@ -654,6 +654,7 @@ Contributors
|
|||
* Damee Zivah Olawuyi
|
||||
* Harry Percival
|
||||
* Akua Dokua Asiedu
|
||||
* Chisom
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue