From 45e29e0f9246003a79bf3d504c2f4088c1c22da4 Mon Sep 17 00:00:00 2001 From: Anon Date: Sat, 22 Apr 2023 21:40:46 -0700 Subject: [PATCH] Updated to cutoff overflow text with ellipsis --- styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles.css b/styles.css index 38d6408..bf660f1 100644 --- a/styles.css +++ b/styles.css @@ -52,6 +52,7 @@ article{ table { border-collapse: collapse; width: 100%; + table-layout: fixed; } td { @@ -60,6 +61,12 @@ td { border: 0px; } +.ellipsis { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} + .current-song * { background-color: white; color: black;