Skip to content

Commit

Permalink
Merge c86c9b6 into 48fb971
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank authored Apr 11, 2024
2 parents 48fb971 + c86c9b6 commit 58a290f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/ActionList/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export const Item = React.forwardRef<HTMLLIElement, ActionListItemProps>(
flexGrow: slots.inlineDescription ? 0 : 1,
fontWeight: slots.inlineDescription || slots.blockDescription || active ? 'bold' : 'normal',
marginBlockEnd: slots.blockDescription ? '4px' : undefined,
wordBreak: 'break-word',
}}
>
{childrenWithoutSlots}
Expand Down

0 comments on commit 58a290f

Please sign in to comment.