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;