Ensure Draftail features wrap in case there is a lot of added features

stable/6.3.x
Bartosz Cieliński 2024-11-13 15:09:41 +00:00 zatwierdzone przez Sage Abdullah
rodzic 880a31d740
commit 39d1bc816d
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

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~~~
* Fix: Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
* Fix: Ensure Draftail features wrap when a large amount of features are added (Bart Cieliński)
* Docs: Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama)

Wyświetl plik

@ -212,6 +212,7 @@ $draftail-editor-font-family: theme('fontFamily.sans');
.Draftail-ToolbarGroup {
display: flex;
flex-wrap: wrap;
}
.Draftail-ToolbarGroup::before {

Wyświetl plik

@ -15,6 +15,7 @@ depth: 1
### Bug fixes
* Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
* Ensure Draftail features wrap when a large amount of features are added (Bart Cieliński)
### Documentation