From cd8f98fc1f8478026d2e59cc6aa64988fd3a868d Mon Sep 17 00:00:00 2001 From: Krateng Date: Sun, 5 May 2019 10:20:14 +0200 Subject: [PATCH] Fixed jumpy performance module on artist / track page --- website/css/maloja.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/css/maloja.css b/website/css/maloja.css index aca22fa..b34b3e1 100644 --- a/website/css/maloja.css +++ b/website/css/maloja.css @@ -374,7 +374,7 @@ a.bronze { table.twopart { width:100%; } -table.twopart>tr>td { +table.twopart tr td { width:50%; }