Skip to content

Commit 0bb3706

Browse files
#RI-4574 - fix copy btn truncate (#2138)
1 parent 02b36cb commit 0bb3706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/ui/src/components/live-time-recommendations/components/recommendation/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
font-weight: 500;
4242
}
4343

44-
.truncateText {
44+
.euiIEFlexWrapFix .truncateText {
4545
display: flex;
4646
overflow: visible;
4747
white-space: normal;

redisinsight/ui/src/pages/databaseAnalysis/components/recommendations-view/Recommendations.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jest.mock('uiSrc/slices/workbench/wb-guides', () => ({
3939
id: 'document-capabilities',
4040
label: 'Document Capabilities',
4141
args: {
42-
path: '/quick-guides/document/working-with-hashes.md',
42+
path: '/quick-guides/document/introduction.md',
4343
},
4444
},
4545
]

0 commit comments

Comments
 (0)