Tweak button padding so it works on Safari (https://github.com/woocommerce/woocommerce-admin/pull/5043)
Co-authored-by: Rebecca Scott <me@becdetat.com>
This commit is contained in:
parent
650ecac14a
commit
b64efcb2e8
|
@ -41,7 +41,7 @@
|
|||
.components-guide__forward-button,
|
||||
.components-guide__back-button {
|
||||
position: initial;
|
||||
padding: 10px 16px;
|
||||
padding: 0 16px;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
|
|
Loading…
Reference in New Issue