Fixwoocommerce/woocommerce-admin#1768 Added a Margin of 40 pixel for better user interface, on mobile devices. (https://github.com/woocommerce/woocommerce-admin/pull/1842)
* Added a Margin of 40 pixel for better user interface, on mobile devices. * applied suggestion and commited changes for all devices. * applied suggestion and removed extra tab.
This commit is contained in:
parent
58154d1d39
commit
7e8f5fa53b
|
@ -7,6 +7,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-settings__actions {
|
.woocommerce-settings__actions {
|
||||||
|
margin-bottom: $gap-largest;
|
||||||
|
|
||||||
@include breakpoint( '>1280px' ) {
|
@include breakpoint( '>1280px' ) {
|
||||||
margin-left: 15%;
|
margin-left: 15%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue