Skip to content

Commit

Permalink
fix word break
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumewuip committed Jun 28, 2024
1 parent 8d45bce commit b40ee24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/text/src/Text.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const paragraph = style({
lineHeight: "1.5rem",
marginBottom: vars.sizes.xs,
color: vars.colors.text,
wordBreak: "break-word",
});

export const small = style({
Expand Down

0 comments on commit b40ee24

Please sign in to comment.