We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7838e4 commit 0ae7a26Copy full SHA for 0ae7a26
redisinsight/ui/src/packages/redisearch/src/styles/styles.scss
@@ -85,7 +85,9 @@ html {
85
display: inline-block !important;
86
}
87
88
-.text-multiline-ellipsis>div:last-child{
+// The style applies to the last div element in the tooltip,
89
+// which is the one containing the text
90
+.euiToolTipPopover.text-multiline-ellipsis > div:last-child {
91
@include eui.multiline-ellipsis($line-count: 7, $line-height: 1.5rem);
92
93
0 commit comments