Wrap card popovers (#4539)

This commit is contained in:
WithoutPants
2024-02-12 14:02:46 +11:00
committed by GitHub
parent 9981574e82
commit 8c410a9a14

View File

@@ -1,5 +1,6 @@
.card-popovers {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 10px;