Skip to content

Commit

Permalink
feat: change descriptive text break style
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Apr 14, 2023
1 parent 8fda8fe commit 5599026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const MenuItem = (props) => {
const descriptionTextStyle = StyleUtils.combineStyles([
styles.textLabelSupporting,
(props.icon ? styles.ml3 : undefined),
styles.breakWord,
styles.breakAll,
styles.lineHeightNormal,
props.title ? descriptionVerticalMargin : undefined,
], props.style);
Expand Down

0 comments on commit 5599026

Please sign in to comment.