Fix flex box rules

This commit is contained in:
Mike Jolley 2018-02-13 20:48:54 +00:00
parent c9bbbf7c5a
commit fe1abb61e6
1 changed files with 2 additions and 2 deletions

View File

@ -2328,10 +2328,10 @@ ul.wc_coupon_list_block {
flex-wrap: wrap;
}
.wc-action-button {
flex: 1;
flex: 1 0 50%;
max-width: 100%;
float: none;
text-align: center;
max-width: 50%;
}
}
.button-large {