diff --git a/vipra-ui/app/html/articles/show.html b/vipra-ui/app/html/articles/show.html index f69cd44e126479f54709b198395275c9ad9ffa0f..0f96952ce7629cce21395872647f3292bb23c325 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