File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -653,14 +653,14 @@ function MenuItem({
653653 title ? { } : StyleUtils . getFontSizeStyle ( variables . fontSizeNormal ) ,
654654 title ? styles . textLineHeightNormal : StyleUtils . getLineHeightStyle ( variables . fontSizeNormalHeight ) ,
655655 ( descriptionTextStyle as TextStyle ) || styles . breakWord ,
656- descriptionAddon ? styles . ml2 : { } ,
656+ ! descriptionAddon && icon && ! Array . isArray ( icon ) ? styles . ml3 : { } ,
657657 isDeleted ? styles . offlineFeedbackDeleted : { } ,
658658 ] ) ;
659659
660660 const descriptionContainerStyle = StyleUtils . combineStyles < ViewStyle > ( [
661661 styles . flexRow ,
662662 styles . alignItemsCenter ,
663- ! descriptionAddon && icon && ! Array . isArray ( icon ) ? styles . ml3 : { } ,
663+ descriptionAddon && icon && ! Array . isArray ( icon ) ? styles . ml3 : { } ,
664664 title ? descriptionVerticalMargin : { } ,
665665 ] ) ;
666666
You can’t perform that action at this time.
0 commit comments