aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/static/css
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-29 21:40:38 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-29 21:40:38 -0800
commit92dff28f526cbd626362c12f8e16fa59e72983c5 (patch)
tree753f9d29e5ac0ce9ffedd446d11b7edabdc891eb /server/static/css
parentbb8e61c7c5d9f297bde207c6de07a5d4b67dcd29 (diff)
Make sure entry meta doesn't break the layout on mobile
Diffstat (limited to 'server/static/css')
-rw-r--r--server/static/css/common.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/static/css/common.css b/server/static/css/common.css
index 7e84997..23dd897 100644
--- a/server/static/css/common.css
+++ b/server/static/css/common.css
@@ -501,6 +501,7 @@ a.button {
font-size: 0.95em;
margin: 0 0 20px;
color: #666;
+ overflow-wrap: break-word;
}
.entry-website img {