Alert pagination label alignment

This commit is contained in:
Tiago Noronha 2019-02-26 23:10:00 +00:00
parent f1e6c2f3c8
commit 6fe2b070bc
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,7 @@
border-width: 0 1px;
border-color: $button-border;
border-style: solid;
flex: 1 1;
}
@include breakpoint( '<782px' ) {
@ -106,7 +107,6 @@
margin-bottom: 14px;
.woocommerce-store-alerts__pagination-label {
flex: 1 1 auto;
text-align: center;
}
}