Skip to content

Commit 550d499

Browse files
#RI-5465 - [Regression] Index arrow in to fix the screen
1 parent b55d858 commit 550d499

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)