Skip to content

Commit

Permalink
fix: remove hacky padding/negative margin on labels
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Oct 28, 2021
1 parent 1bb6682 commit 1bff26d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/style/style.scss
Expand Up @@ -197,7 +197,6 @@ form {

label {
display: block;
padding: 0 1em;
margin: 0;
font-family: monospace;
line-height: 2;
Expand All @@ -217,9 +216,8 @@ form {
min-width: 100%;
min-height: 2em;
width: calc(100% + 2em);
max-width: calc(100% + 2em);
max-width: 100%;
max-height: 80vh;
margin: 0 -1em 0 -1em;
padding: 0.25em 1em;
font-size: 1em;
font-family: monospace;
Expand Down

0 comments on commit 1bff26d

Please sign in to comment.