Skip to content

Commit 2f5ae8b

Browse files
authored
Merge pull request #3112 from RedisInsight/latest
Latest to main with bug fix
2 parents 1c0bd85 + 5a235f7 commit 2f5ae8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

redisinsight/ui/src/pages/browser/components/redisearch-key-list/styles.module.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@
6565
}
6666

6767
@include insights-open {
68-
.container,
69-
:global(.euiFormControlLayout__childrenWrapper) {
68+
.container {
7069
width: 154px !important;
70+
:global(.euiFormControlLayout__childrenWrapper) {
71+
width: 154px !important;
72+
}
7173
}
7274
}
7375

0 commit comments

Comments
 (0)