Fix long name issue in document chooser table cell (#12430, #12431)

Fixes #12357
pull/12347/head
frankyiu 2024-10-20 00:27:11 -04:00 zatwierdzone przez Matt Westcott
rodzic 329db8e58a
commit 97fadba582
4 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -154,6 +154,7 @@ Changelog
* Fix: Ensure that system checks for `WAGTAIL_DATE_FORMAT`, `WAGTAIL_DATETIME_FORMAT` and `WAGTAIL_TIME_FORMAT` take `FORMAT_MODULE_PATH` into account (Sébastien Corbin)
* Fix: Prevent rich text fields inside choosers from being duplicated when opened repeatedly (Sage Abdullah)
* Fix: Prevent history view from breaking if a log entry's revision is missing (Matt Westcott)
* Fix: Prevent long filenames from breaking layout on document chooser listings (Frank Yiu, Shaurya Panchal)
* Docs: Remove duplicate section on frontend caching proxies from performance page (Jake Howard)
* Docs: Document `restriction_type` field on PageViewRestriction (Shlomo Markowitz)
* Docs: Document Wagtail's bug bounty policy (Jake Howard)

Wyświetl plik

@ -844,6 +844,8 @@
* Bart Cieliński
* alexkiro
* Ankit Kumar
* Frank Yiu
* Shaurya Panchal
## Translators

Wyświetl plik

@ -50,6 +50,7 @@ ul.listing {
td {
vertical-align: middle;
overflow-wrap: anywhere;
}
td.title {

Wyświetl plik

@ -100,6 +100,7 @@ This feature was developed by Bart Cieliński, alexkiro, and Sage Abdullah.
* Improve the text contrast of the bulk actions "Select all" button (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)
### Documentation