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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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