Skip to content

Commit

Permalink
Merge pull request #1810 from SpareBank1/develop_fix-radio-checkboks
Browse files Browse the repository at this point in the history
fix(ffe-form): to much padding-left
  • Loading branch information
pethel authored Feb 26, 2024
2 parents 47c8e62 + fccfaf8 commit cf3cafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ffe-form/less/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
font-family: var(--ffe-g-font);
font-variant-numeric: tabular-nums;
text-align: left;
padding-left: @ffe-spacing-lg;
padding-left: 0;
-webkit-tap-highlight-color: fade(@ffe-farge-vann, 15%);
color: var(--ffe-v-input-color);
grid-template-columns: auto 1fr;
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-form/less/radio-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
margin: 0 0 @ffe-spacing-xs 0;
transition: width @ffe-transition-duration @ffe-ease-in-out-back;
text-align: left;
padding-left: @ffe-spacing-lg;
padding-left: 0;
padding-top: 1px;
-webkit-tap-highlight-color: fade(@ffe-farge-vann, 15%);
grid-template-columns: auto 1fr;
Expand Down

0 comments on commit cf3cafb

Please sign in to comment.