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:
ronakganatra9 2019-03-19 18:52:40 +05:30 committed by Albert Juhé Lluveras
parent 58154d1d39
commit 7e8f5fa53b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
}
.woocommerce-settings__actions {
margin-bottom: $gap-largest;
@include breakpoint( '>1280px' ) {
margin-left: 15%;
}