Skip to content

Commit 6835e8f

Browse files
Merge pull request #3918 from RedisInsight/fe/bugfix/RI-6191-fix-text
RI-6191 fixed text
2 parents 868bd00 + 4b845e3 commit 6835e8f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

redisinsight/ui/src/pages/pub-sub/components/subscription-panel/components/clickable-append-info/ClickableAppendInfo.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const ClickableAppendInfo = () => {
2626
/>
2727
)}
2828
isOpen={open}
29+
closePopover={() => setOpen(false)}
2930
panelClassName={styles.popover}
3031
anchorClassName={styles.infoIcon}
3132
panelPaddingSize="s"
@@ -35,6 +36,8 @@ const ClickableAppendInfo = () => {
3536
color="subdued"
3637
size="s"
3738
>
39+
Subscribe to one or more channels or patterns by entering them, separated by spaces.
40+
<br />
3841
Supported glob-style patterns are described&nbsp;
3942
<EuiLink
4043
external={false}

redisinsight/ui/src/pages/pub-sub/components/subscription-panel/components/clickable-append-info/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
.popover {
11-
max-width: 200px !important;
11+
max-width: 250px !important;
1212
background-color: var(--euiTooltipBackgroundColor) !important;
1313
color: var(--euiTooltipTitleTextColor) !important;
1414
border-radius: 4px;

0 commit comments

Comments
 (0)