From 2edfd8452c33677170ab4931ac7bbc90381fbd00 Mon Sep 17 00:00:00 2001
From: Eike Cochu <eike@cochu.com>
Date: Sat, 6 Feb 2016 01:36:30 +0100
Subject: [PATCH] set article text to justified

---
 vipra-ui/app/html/articles/show.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vipra-ui/app/html/articles/show.html b/vipra-ui/app/html/articles/show.html
index f69cd44e..0f96952c 100644
--- a/vipra-ui/app/html/articles/show.html
+++ b/vipra-ui/app/html/articles/show.html
@@ -55,4 +55,4 @@
 </div>
 
 <hr>
-<p ng-bind-html="::article.text"></p>
\ No newline at end of file
+<p ng-bind-html="::article.text" class="text-justify"></p>
\ No newline at end of file
-- 
GitLab