Skip to content

Commit

Permalink
Merge pull request #23972 from ahmdshrif/fix/prevent-link-opening-on-…
Browse files Browse the repository at this point in the history
…click-outside

Prevent link opening on click outside Link
  • Loading branch information
Gonals authored Aug 2, 2023
2 parents 05b9df9 + 42d0384 commit 751d797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/LinkPreviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function LinkPreviewer(props) {
{!_.isEmpty(title) && (
<TextLink
fontSize={variables.fontSizeNormal}
style={[styles.pv2, StyleUtils.getTextColorStyle(colors.blueLinkPreview)]}
style={[styles.mv2, StyleUtils.getTextColorStyle(colors.blueLinkPreview), styles.alignSelfStart]}
href={url}
>
{title}
Expand Down

0 comments on commit 751d797

Please sign in to comment.