Skip to content

Commit

Permalink
Merge pull request #2594 from SpareBank1/input-padding
Browse files Browse the repository at this point in the history
fix(ffe-form): riktig horisontal padding på input
  • Loading branch information
antidecaf authored Mar 3, 2025
2 parents 8714469 + 093b9a9 commit a61e4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ffe-form/less/input-field.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.ffe-input-field {
display: block;
height: 2.8125rem;
padding: var(--ffe-spacing-2xs) var(--ffe-spacing-xs); /* Increased horizontal padding */
padding: var(--ffe-spacing-2xs) var(--ffe-spacing-sm); /* Increased horizontal padding */
font-family: var(--ffe-g-font);
font-variant-numeric: tabular-nums;
background-color: var(--ffe-color-surface-primary-default);
Expand Down

0 comments on commit a61e4bd

Please sign in to comment.