From 49783d5a3d7291dc142e4587ac3c5cc14269dffb Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 8 Apr 2021 16:06:58 +0200 Subject: [PATCH] docs: update content --- docs/src/docPages/api/extensions/text-align.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/docPages/api/extensions/text-align.md b/docs/src/docPages/api/extensions/text-align.md index 2ea2f2e92..bc0b4f84d 100644 --- a/docs/src/docPages/api/extensions/text-align.md +++ b/docs/src/docPages/api/extensions/text-align.md @@ -4,6 +4,10 @@ This extension adds a text align attribute to a specified list of nodes. The attribute is used to align the text. +:::warning Firefox bug +`text-align: justify` doesn't work together with `white-space: pre-wrap` in Firefox, [that’s a known issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1253840). +::: + ## Installation ```bash # with npm