Fix condition button margin for small screens

This commit is contained in:
David Benqué 2021-09-06 16:30:58 +01:00
parent 9f2f488c2e
commit 4072b0451e

View file

@ -199,8 +199,8 @@
align-items: center;
margin-bottom: 10px;
flex-wrap: wrap;
& > *:not(:first-child) {
margin-left: 10px;
& > * {
margin-right: 10px;
}
.cp-dropdown-container button {
max-width: 200px;