From 554f40a9d4c32400a34009e2d0c1937d26812097 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Mon, 5 Aug 2019 22:44:31 -0400 Subject: [PATCH] fix(css): break long link in article --- source/css/style.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/css/style.styl b/source/css/style.styl index 92df2f3..4eac206 100644 --- a/source/css/style.styl +++ b/source/css/style.styl @@ -179,6 +179,8 @@ img.thumbnail max-width: 50% font-size: 1.15rem position: relative + a + word-wrap: break-word .rtl direction: rtl