kopia lustrzana https://github.com/wagtail/wagtail
Add `display inline-block` to the Comment Control's wrapped ToolbarButton
rodzic
53e0ca6a1b
commit
09d69d1667
|
|
@ -66,6 +66,7 @@ Changelog
|
|||
* Fix: Ensure that Snippets search results correctly use the `index_results.html` or `index_results_template_name` override on initial load (Stefan Hammer)
|
||||
* Fix: Avoid error when attempting to moderate a page drafted by a now deleted user (Dan Braghis)
|
||||
* Fix: Ensure workflow dashboard panels work when the page/snippet is missing (Sage Abdullah)
|
||||
* Fix: Prevent custom controls from stacking on top of the comment button in Draftail toolbar (Ben Morse)
|
||||
|
||||
|
||||
5.2.1 (16.11.2023)
|
||||
|
|
|
|||
|
|
@ -772,6 +772,7 @@
|
|||
* Gunnar Scherf
|
||||
* Mariana Bedran Lesche
|
||||
* Bhuvnesh Sharma
|
||||
* Ben Morse
|
||||
|
||||
## Translators
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
display: none;
|
||||
|
||||
.tab-content--comments-enabled & {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,5 +19,6 @@ depth: 1
|
|||
* Ensure that Snippets search results correctly use the `index_results.html` or `index_results_template_name` override on initial load (Stefan Hammer)
|
||||
* Avoid error when attempting to moderate a page drafted by a now deleted user (Dan Braghis)
|
||||
* Ensure workflow dashboard panels work when the page/snippet is missing (Sage Abdullah)
|
||||
* Prevent custom controls from stacking on top of the comment button in Draftail toolbar (Ben Morse)
|
||||
|
||||
### Documentation
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue