Skip to content

Commit

Permalink
Merge pull request #2079 from smeup/fix/fcell/input-field-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafoscili authored Sep 24, 2024
2 parents 9712633 + 3dc5de6 commit 6f451c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ketchup/src/f-components/f-cell/f-cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
border-bottom: 1px solid var(--kup-border-strong);
height: var(--kup_textfield_fullwidth_height) !important;
outline: none;
padding: 4px;
padding: var(--kup-fcell-inputfield-padding, 4px);
transition: border 125ms ease;
width: 100%;

Expand Down

0 comments on commit 6f451c5

Please sign in to comment.