kopia lustrzana https://github.com/wagtail/wagtail
Ensure Draftail features wrap in case there is a lot of added features
rodzic
880a31d740
commit
39d1bc816d
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -212,6 +212,7 @@ $draftail-editor-font-family: theme('fontFamily.sans');
|
|||
|
||||
.Draftail-ToolbarGroup {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.Draftail-ToolbarGroup::before {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue