Skip to content

Commit 30b5d21

Browse files
committed
#RI-5444 - Enlarge the search index drop-down
1 parent e1d82ef commit 30b5d21

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,16 @@
170170
}
171171
}
172172
}
173+
174+
.select {
175+
width: 350px;
176+
position: absolute;
177+
z-index: 1;
178+
179+
:global {
180+
.euiFormControlLayout__childrenWrapper {
181+
width: 200px;
182+
position: relative;
183+
}
184+
}
185+
}

0 commit comments

Comments
 (0)