Skip to content

Commit

Permalink
Fix input padding
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Feb 9, 2020
1 parent 8877ee4 commit d7f8eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/assets/styles/elements/_input.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@mixin input-fixed-height {
height: $input-height;
padding: (0.75 * $spacing-abs-medium) $spacing-abs-medium;
line-height: 1;
}

Expand All @@ -10,6 +9,7 @@ button,
input,
select,
textarea {
padding: (0.75 * $spacing-abs-medium) $spacing-abs-medium;
color: inherit;
font: inherit;
text-align: left;
Expand Down

0 comments on commit d7f8eb0

Please sign in to comment.