Skip to content

Commit d64e932

Browse files
author
KIvanow
committed
RI-7285 - pub/sub screen subscribe input/row has misalignments
1 parent 32d9c4b commit d64e932

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

redisinsight/ui/src/pages/pub-sub/components/subscription-panel/SubscriptionPanel.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ const SubscriptionPanel = () => {
102102
</FlexItem>
103103
<FlexItem>
104104
<Row align="center">
105+
<FlexItem>
106+
<ClickableAppendInfo />
107+
</FlexItem>
105108
<FlexItem className={styles.channels}>
106-
<FormField additionalText={<ClickableAppendInfo />}>
109+
<FormField>
107110
<TextInput
108111
value={channels}
109112
disabled={isSubscribed}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const ClickableAppendInfo = () => {
4545
<br />
4646
Supported glob-style patterns are described&nbsp;
4747
<Link
48+
variant="small-inline"
4849
target="_blank"
4950
href={getUtmExternalLink(EXTERNAL_LINKS.pubSub, {
5051
medium: UTM_MEDIUMS.Main,
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
.infoIcon {
2-
display: flex !important;
3-
align-items: center;
4-
justify-content: center;
52
width: 34px;
6-
color: var(--iconsDefaultColor) !important;
7-
background-color: var(--browserTableRowEven) !important;
83
}
94

105
.popover {
116
max-width: 250px !important;
12-
background-color: var(--euiTooltipBackgroundColor) !important;
13-
color: var(--euiTooltipTitleTextColor) !important;
147
border-radius: 4px;
158
}

0 commit comments

Comments
 (0)