Limit horizontal wish content width on wide viewports

This commit is contained in:
grandeljay 2022-12-28 17:45:56 +01:00
parent c52cf1ab48
commit 66eb861b9f

View file

@ -326,6 +326,10 @@
.wishlist .ui.card > .content > .extra.buttons {
flex-wrap: wrap;
}
.wishlist .ui.horizontal.card > .content > .extra.buttons {
width: max-content;
}
}
.wishlist .ui.card > .content > .extra.buttons > .ui.button {