diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
