Fix datetime fields overflowing its parent wrapper in listing filters

pull/12347/head
Rohit Singh 2024-09-21 21:03:10 +05:30 zatwierdzone przez Sage Abdullah
rodzic 97fadba582
commit 105338d0d6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -45,5 +45,6 @@ textarea {
.w-field--time_field {
input {
width: auto;
max-width: 100%;
}
}

Wyświetl plik

@ -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