Skip to content

Commit

Permalink
fix(components): overflow-wrap error messages (#5803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed May 10, 2024
1 parent 94b477f commit b675f14
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -7,6 +7,7 @@ import { Banner, Button } from './leafygreen';

const bannerStyle = css({
width: '100%',
overflowWrap: 'anywhere',
});

const listStyle = css({
Expand Down

0 comments on commit b675f14

Please sign in to comment.