Limit horizontal wish content width on wide viewports
This commit is contained in:
parent
c52cf1ab48
commit
66eb861b9f
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue