From 70c38f07618ec552c6bda457f53796a3dfeeaa0d Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 12 Jun 2017 08:33:13 +1200 Subject: [PATCH] Fixing spilling artist names, fixes #118 --- src/scss/components/_lists.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scss/components/_lists.scss b/src/scss/components/_lists.scss index 1259f57d..5f33e6db 100755 --- a/src/scss/components/_lists.scss +++ b/src/scss/components/_lists.scss @@ -246,8 +246,10 @@ .col { &.name { - width: 90% !important; + width: auto !important; padding-right: 10%; + display: block; + float: none; } &.duration {