Skip to content

Commit

Permalink
css: Set payment request to break-word
Browse files Browse the repository at this point in the history
This is already done by the default WooCommerce theme (StoreFront),
but looks broken with other themes.

Refs: ElementsProject/woocommerce-gateway-lightning#9 (comment)
  • Loading branch information
stuartsimonsen committed Jan 24, 2018
1 parent c4a55d2 commit c4899db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/payment.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ header.entry-header, .order_details {
}

.ln-pay .payreq {
word-wrap: break-word;
margin-right: 220px;
}

Expand Down

0 comments on commit c4899db

Please sign in to comment.