kopia lustrzana https://github.com/wagtail/wagtail
Fix datetime fields overflowing its parent wrapper in listing filters
rodzic
97fadba582
commit
105338d0d6
|
@ -49,6 +49,7 @@ Changelog
|
|||
* Fix: Footer action buttons now include their `media` definitions (Sage Abdullah)
|
||||
* Fix: Improve the text contrast of the bulk actions "Select all" button (Sage Abdullah)
|
||||
* Fix: Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah)
|
||||
* Fix: Fix datetime fields overflowing its parent wrapper in listing filters (Rohit Singh)
|
||||
* Docs: Upgrade Sphinx to 7.3 (Matt Westcott)
|
||||
* Docs: Document how to customize date/time format settings (Vince Salvino)
|
||||
* Docs: Create a new documentation section for deployment and move fly.io deployment from the tutorial to this section (Vince Salvino)
|
||||
|
|
|
@ -45,5 +45,6 @@ textarea {
|
|||
.w-field--time_field {
|
||||
input {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -101,6 +101,7 @@ This feature was developed by Bart Cieliński, alexkiro, and Sage Abdullah.
|
|||
* Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah)
|
||||
* Prevent history view from breaking if a log entry's revision is missing (Matt Westcott)
|
||||
* Prevent long filenames from breaking layout on document chooser listings (Frank Yiu, Shaurya Panchal)
|
||||
* Fix datetime fields overflowing its parent wrapper in listing filters (Rohit Singh)
|
||||
|
||||
### Documentation
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue