Fix max-height bug on dl for in progress scrobble

This commit is contained in:
2023-01-06 16:24:00 -05:00
parent b318bc0da9
commit 1b58ea4538

View File

@ -16,7 +16,6 @@
dl { dl {
display: flex; display: flex;
flex-flow: column wrap; flex-flow: column wrap;
max-height: 6em;
border: 1px solid #777; border: 1px solid #777;
} }
dt { dt {