Skip to content

Commit 0ae7a26

Browse files
committed
adding some clearance for the css styling so it is easier to see to which element(s) is applied
1 parent f7838e4 commit 0ae7a26

File tree

1 file changed

+3
-1
lines changed
  • redisinsight/ui/src/packages/redisearch/src/styles

1 file changed

+3
-1
lines changed

redisinsight/ui/src/packages/redisearch/src/styles/styles.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ html {
8585
display: inline-block !important;
8686
}
8787

88-
.text-multiline-ellipsis>div:last-child{
88+
// 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 {
8991
@include eui.multiline-ellipsis($line-count: 7, $line-height: 1.5rem);
9092
}
9193

0 commit comments

Comments
 (0)