Skip to content

Commit

Permalink
Fix Coupon Code Field's Length in Firefox
Browse files Browse the repository at this point in the history
The coupon code styling seems to be broken in Firefox compared to Chrome
and Safari. These changes should ensure it fits nicely and consistent
between browsers.
  • Loading branch information
amree committed Oct 19, 2019
1 parent f80912a commit 18e30cf
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 18e30cf

Please sign in to comment.