Skip to content

Commit d485882

Browse files
authored
Merge pull request #3088 from RedisInsight/fe/feature/RI-5465_Moving_index_arrow
#RI-5465 - [Regression] Index arrow in to fix the screen
2 parents b55d858 + 550d499 commit d485882

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

6767
@include insights-open {
68-
.container {
69-
width: 154px;
68+
.container,
69+
:global(.euiFormControlLayout__childrenWrapper) {
70+
width: 154px !important;
7071
}
7172
}
7273

0 commit comments

Comments
 (0)