Skip to content

Commit

Permalink
wordbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Nov 27, 2024
1 parent 9dbbcdd commit 9d3c68c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/libs/kode-ui/src/patterns/SectionCard/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const headerClass = recipe({
gap: 'md',
alignItems: 'flex-start',
overflowX: 'hidden',
wordBreak: 'break-word',
}),
{
display: 'grid !important',
Expand Down Expand Up @@ -100,6 +101,7 @@ export const bodyClass = recipe({
paddingBlockEnd: 'xl',
paddingInlineEnd: 'lg',
gap: 'md',
wordBreak: 'break-word',
}),
{
gridArea: 'body',
Expand Down

0 comments on commit 9d3c68c

Please sign in to comment.