Skip to content

Commit

Permalink
fix: break on words not on all (#6370)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 28, 2024
1 parent c9e7bec commit 4392fa5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ const StyledDescriptionContainer = styled('div')(({ theme }) => ({
}));

const StyledDescription = styled('p')({
wordBreak: 'break-all',
wordBreak: 'break-word',
});

const FeatureOverviewMetaData = () => {
Expand Down

0 comments on commit 4392fa5

Please sign in to comment.