From 1b58ea4538c617c5adb6adaa003b84f964befb3f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 6 Jan 2023 16:24:00 -0500 Subject: [PATCH] Fix max-height bug on dl for in progress scrobble --- vrobbler/templates/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html index ceffbb5..a487c74 100644 --- a/vrobbler/templates/base.html +++ b/vrobbler/templates/base.html @@ -16,7 +16,6 @@ dl { display: flex; flex-flow: column wrap; - max-height: 6em; border: 1px solid #777; } dt {