Skip to content

Commit

Permalink
Fixed mozilla#1825 - Revised mobile input/button styles to match heig…
Browse files Browse the repository at this point in the history
…hts consistently
  • Loading branch information
maxxcrawford committed Aug 17, 2020
1 parent bfa2e6a commit 59ba9ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/share.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,17 @@
.copy-form-input {
width: 100%;
border-radius: 4px;
padding: 6px 12px;
padding: 1em;
height: auto;
line-height: auto;
line-height: normal;
}
.copy-form-btn {
margin-top: 1rem;
width: 100%;
border-radius: 4px;
height: auto;
line-height: 1.6em;
padding: 0.5em;
line-height: normal;
padding: 1em 12px;
}
.copy-form-btn span {
display: inline;
Expand Down

0 comments on commit 59ba9ee

Please sign in to comment.