From 826772ca20b28007e9618c568f7cf6313258631a Mon Sep 17 00:00:00 2001 From: Bat Date: Fri, 27 Jul 2018 14:30:51 +0200 Subject: [PATCH] Try to fix #131 --- static/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/main.css b/static/main.css index 1d616a34..1f8dcd0e 100644 --- a/static/main.css +++ b/static/main.css @@ -27,6 +27,8 @@ small { color: #242424; opacity: 0.6; font-size: 0.75em; + word-wrap: break-word; + word-break: break-all; } .center { @@ -464,6 +466,8 @@ form.new-post input[type="submit"]:hover { background: #DADADA; } box-sizing: border-box; background: #E3E3E3; + + text-overflow: ellipsis; } .list .card { /* TODO */