kopia lustrzana https://github.com/wagtail/wagtail
save-white-space-in-comment-reply (#11908)
rodzic
5c85c127e6
commit
8aec935f69
|
@ -10,6 +10,7 @@ Changelog
|
|||
* Fix: Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma)
|
||||
* Fix: Enable `richtext` template tag to convert lazy translation values (Benjamin Bach)
|
||||
* Fix: Ensure permission labels on group permissions page are translated where available (Matt Westcott)
|
||||
* Fix: Preserve whitespace in comment replies (Elhussein Almasri)
|
||||
* Docs: Remove duplicate section on frontend caching proxies from performance page (Jake Howard)
|
||||
* Docs: Document `restriction_type` field on PageViewRestriction (Shlomo Markowitz)
|
||||
* Maintenance: Use `DjangoJSONEncoder` instead of custom `LazyStringEncoder` to serialize Draftail config (Sage Abdullah)
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
|
||||
&--mode-deleting {
|
||||
color: theme('colors.text-context');
|
||||
|
|
|
@ -23,6 +23,7 @@ depth: 1
|
|||
* Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma)
|
||||
* Enable `richtext` template tag to convert lazy translation values (Benjamin Bach)
|
||||
* Ensure permission labels on group permissions page are translated where available (Matt Westcott)
|
||||
* Preserve whitespace in comment replies (Elhussein Almasri)
|
||||
|
||||
|
||||
### Documentation
|
||||
|
|
Ładowanie…
Reference in New Issue