* Fixed OBW business details style

* Added changelog

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
Fernando 2021-07-15 14:04:19 -03:00 committed by GitHub
parent 4ef7ff8dfb
commit 4c236fe13c
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: Fix
Fixed OBW - Business details style #7353

View File

@ -13,7 +13,7 @@
} }
.woocommerce-admin__business-details__selective-extensions-bundle__extension { .woocommerce-admin__business-details__selective-extensions-bundle__extension {
display: flex; display: flex;
padding: $gap-large 0 $gap-large 30px; padding: $gap-large 30px;
border-bottom: 1px solid $gray-200; border-bottom: 1px solid $gray-200;
align-items: center; align-items: center;
} }