Skip to content

Commit d04ae31

Browse files
Merge pull request #4313 from RedisInsight/fe/bugfix/RI-6641-instance-nav-bugfix
RI-6641 fix css in db nav popover
2 parents 7776f86 + f5b9900 commit d04ae31

File tree

1 file changed

+4
-0
lines changed
  • redisinsight/ui/src/components/instance-header/components/instances-navigation-popover

1 file changed

+4
-0
lines changed

redisinsight/ui/src/components/instance-header/components/instances-navigation-popover/styles.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
.breadCrumbLink {
1010
cursor: pointer;
1111
text-decoration: underline;
12+
max-width: 300px;
13+
overflow: hidden;
14+
white-space: nowrap;
15+
text-overflow: ellipsis;
1216

1317
&:hover {
1418
text-decoration: none;

0 commit comments

Comments
 (0)