action buttons now wrap

This commit is contained in:
t1enne 2022-10-13 20:13:00 +02:00
parent 5a1459b476
commit 5eebb10fe6

View file

@ -1,6 +1,7 @@
.row {
padding: .3rem;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
button {