UX: Better flex for the bulk actions modal

This commit is contained in:
Robin Ward 2017-10-20 10:32:57 -04:00
parent 57d9830bd2
commit 0927d75743
1 changed files with 3 additions and 1 deletions

View File

@ -155,9 +155,11 @@
flex-wrap: wrap;
.btn {
width: 22%;
flex: 1 1 0;
margin-bottom: 1em;
margin-right: 1em;
white-space: nowrap;
max-width: 23%;
}
}