Skip to content

Commit

Permalink
Merge pull request #1807 from SpareBank1/develop_fix-task-button
Browse files Browse the repository at this point in the history
fix(ffe-buttons): overflow-wrap anywhere
  • Loading branch information
pethel authored Feb 26, 2024
2 parents a2fc77f + be8fdd1 commit 1546dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ffe-buttons/less/base-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
text-decoration: none;
transition: all @ffe-transition-duration @ffe-ease;
user-select: none;
white-space: nowrap;
overflow-wrap: anywhere;
hyphens: auto;
width: 100%;
font-size: var(--ffe-fontsize-button);

Expand Down

0 comments on commit 1546dff

Please sign in to comment.