From d4e1e67929b3729963f36024e526f601913631da Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 20 Jan 2020 15:38:47 +0100 Subject: [PATCH] fixes last line justify of splited paragraphes --- src/css/styles_de_paragraphes.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/css/styles_de_paragraphes.scss b/src/css/styles_de_paragraphes.scss index d44e5b7..47733cb 100644 --- a/src/css/styles_de_paragraphes.scss +++ b/src/css/styles_de_paragraphes.scss @@ -162,10 +162,13 @@ text-align: justify; hyphens: auto; //text-justify: inter-character; - text-align-last: left !important; + // text-align-last: left !important; hyphens: auto; hanging-punctuation: first; } +.justify[data-split-to] p:last-of-type{ + text-align-last: justify; +} .section-content p { text-align: left;