From 0e5540932fa311a6b4c4d3295aa1c19059f035aa Mon Sep 17 00:00:00 2001 From: Kenshin Date: Fri, 29 Dec 2017 09:52:05 +0800 Subject: [PATCH] Fix read mode style bug. --- src/assets/css/theme_common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/theme_common.css b/src/assets/css/theme_common.css index 21977642..41bf6bcf 100644 --- a/src/assets/css/theme_common.css +++ b/src/assets/css/theme_common.css @@ -18,7 +18,7 @@ sr-rd-title { } sr-rd-content { - text-align: justify; + text-align: left; word-break: break-word; }