Allow wish-details buttons to wrap

This commit is contained in:
grandeljay 2022-12-12 14:27:14 +01:00
parent 5d79e1b36d
commit f3fcf9703f

View file

@ -46,7 +46,7 @@
/** Actions */
.ui.modal.wish-details > .actions {
display: flex;
flex-flow: row nowrap;
flex-flow: row wrap;
gap: 0.25em;
padding: 1rem !important;
}