fix(plugins/music): fixed overlapping music titles (#899)

This commit is contained in:
Romain Sickenberg
2022-02-19 15:41:46 +01:00
committed by GitHub
parent 740947ba9f
commit 58c4678439
2 changed files with 2 additions and 2 deletions

View File

@@ -496,7 +496,7 @@
flex-wrap: wrap;
}
svg.large .track {
width: 25%;
width: 50%;
}
/* Posts plugin */