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 */