Skip to content

Commit

Permalink
fix(ffe-form): fix tooltip heigth
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hellstrand committed Mar 4, 2024
1 parent ba141e4 commit 5e3374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ffe-form/less/tooltip.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
border: 2px solid var(--ffe-v-tooltip-border-color);
color: var(--ffe-v-tooltip-icon-color);
cursor: help;
height: 1.2rem;
height: 1.5625rem;
aspect-ratio: 1;
margin: 0 0 @ffe-spacing-2xs @ffe-spacing-sm;
padding: 0;
Expand Down

0 comments on commit 5e3374b

Please sign in to comment.