浏览代码

fix: Create text-justify css class (#1032)

Signed-off-by: Rémy Jacquin <remy@remyj.fr>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Rémy Jacquin 2 月之前
父节点
当前提交
417ef950c7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      assets/styles/components/texts.scss

+ 4 - 0
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;
 }