From 960ab7dadebd8cbe6ebc8448164cab28feaa9521 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 8 Sep 2016 12:39:05 +0100 Subject: [PATCH] Replace listing blocks overflow hidden with value overflow ellipsis --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 17fb449..eb6d33e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -268,7 +268,6 @@ footer { position: relative; background: rgba(255, 255, 255, 0.1); padding: 1em; - overflow: hidden; } tr:nth-of-type(even) { background: rgba(255, 255, 255, 0.2); @@ -283,6 +282,8 @@ footer { } td:not(:last-child) { margin-bottom: 0.5em; + text-overflow: ellipsis; + overflow: hidden; } /* Position number on the right */