Skip to content

Commit d17d32b

Browse files
committed
regression fix
1 parent 1edb4c4 commit d17d32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,9 +652,9 @@ function MenuItem({
652652
styles.flex1,
653653
title ? {} : StyleUtils.getFontSizeStyle(variables.fontSizeNormal),
654654
title ? styles.textLineHeightNormal : StyleUtils.getLineHeightStyle(variables.fontSizeNormalHeight),
655-
(descriptionTextStyle as TextStyle) || styles.breakWord,
656655
!descriptionAddon && icon && !Array.isArray(icon) ? styles.ml3 : {},
657656
descriptionAddon ? styles.ml2 : {},
657+
(descriptionTextStyle as TextStyle) || styles.breakWord,
658658
isDeleted ? styles.offlineFeedbackDeleted : {},
659659
]);
660660

0 commit comments

Comments
 (0)