Skip to content

Commit

Permalink
Merge pull request #3387 from amree/fix-coupon-code-in-ff
Browse files Browse the repository at this point in the history
Fix Coupon Code Field's Length in Firefox
  • Loading branch information
jacobherrington authored Oct 23, 2019
2 parents f362f3f + 18e30cf commit 93df195
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,8 @@ p[data-hook="use_billing"] {
}

input[type="text"] {
flex: 3 0;
width: 100%;
flex: 1 auto;
width: 50%;
margin-right: 5px;
}

Expand Down Expand Up @@ -1268,7 +1268,7 @@ table.order-summary {
// # Logo
#logo {
padding: 20px 0;

> a {
display: inline-block;
}
Expand Down

0 comments on commit 93df195

Please sign in to comment.