Skip to content

Commit 4228d25

Browse files
committed
Fix the issue where there was no spacing between multiple badges
ref https://www.woltlab.com/community/thread/317693-fehlender-abstand-zwischen-mehreren-badges/
1 parent a44b8af commit 4228d25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wcfsetup/install/files/style/ui/entryCardList.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ html:not(.touch) .entryCardList__item:hover .entryCardList__item__image__element
9797
align-items: flex-start;
9898
display: flex;
9999
flex-direction: column;
100+
gap: 3px;
100101
left: 10px;
101102
position: absolute;
102103
top: 10px;

0 commit comments

Comments
 (0)