From 417ef950c78153eeb369fb8ea8fd2db050b266bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Jacquin?= <1536771+remyj38@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:43:47 +0100 Subject: [PATCH] fix: Create text-justify css class (#1032) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Jacquin Co-authored-by: Emruz Hossain --- assets/styles/components/texts.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/styles/components/texts.scss b/assets/styles/components/texts.scss index 15b288f..344509e 100644 --- a/assets/styles/components/texts.scss +++ b/assets/styles/components/texts.scss @@ -33,6 +33,10 @@ blockquote { } } +.text-justify { + text-align: justify; +} + .text-muted { color: get-light-color('muted-text-color') !important; }