Fixed OBW - Business details style (https://github.com/woocommerce/woocommerce-admin/pull/7353)
* Fixed OBW business details style * Added changelog Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
parent
4ef7ff8dfb
commit
4c236fe13c
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: Fix
|
||||
|
||||
Fixed OBW - Business details style #7353
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
.woocommerce-admin__business-details__selective-extensions-bundle__extension {
|
||||
display: flex;
|
||||
padding: $gap-large 0 $gap-large 30px;
|
||||
padding: $gap-large 30px;
|
||||
border-bottom: 1px solid $gray-200;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue