Allow wish-details buttons to wrap
This commit is contained in:
parent
5d79e1b36d
commit
f3fcf9703f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
/** Actions */
|
/** Actions */
|
||||||
.ui.modal.wish-details > .actions {
|
.ui.modal.wish-details > .actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row wrap;
|
||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
padding: 1rem !important;
|
padding: 1rem !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue