From 9ec0cacae230361681b9ac467ae47bd052690de1 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Mon, 7 Mar 2016 18:39:08 -0500 Subject: #179 UI clean up - seems to be working now Former-commit-id: 8aa4a47e204e27ce0453d6901043067be48a6447 --- www/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index dc5b4de5..ee4a4dc3 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -196,6 +196,7 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ figure { position: relative; + } figure img { @@ -204,6 +205,9 @@ figure img { height: auto; } figcaption { + overflow: hidden; + text-overflow: ellipsis; + white-space:nowrap; } -- cgit v1.2.3