Skip to content

Instantly share code, notes, and snippets.

@taninbkk
Created March 7, 2017 07:48
Show Gist options
  • Save taninbkk/10a9faa5b42e839aa4cda24d29755055 to your computer and use it in GitHub Desktop.
Save taninbkk/10a9faa5b42e839aa4cda24d29755055 to your computer and use it in GitHub Desktop.
/* WooCommerce Checkout Page - Fix Paypal Label */
.woocommerce-checkout .woocommerce-checkout-payment ul li label {
width: auto;
display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment