limit action buttons to one row of buttons

This commit is contained in:
nklhrstv 2020-03-30 17:11:47 +03:00
parent caa522ed31
commit d87db1c57f

View file

@ -174,6 +174,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
height: 10rem;
padding: 0 2rem;
.action-button {