Add `display inline-block` to the Comment Control's wrapped ToolbarButton

pull/11601/head
Ben Morse 2023-12-04 11:37:33 +00:00 zatwierdzone przez Sage Abdullah
rodzic 514f24c51d
commit caf68095b1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
4 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -10,6 +10,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)

Wyświetl plik

@ -758,6 +758,7 @@
* Joe Tsoi
* Cassidy Pittman
* Gunnar Scherf
* Ben Morse
## Translators

Wyświetl plik

@ -2,7 +2,7 @@
display: none;
.tab-content--comments-enabled & {
display: block;
display: inline-block;
}
}

Wyświetl plik

@ -22,5 +22,6 @@ This release adds support for Django 5.0.
* 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