Skip to content

Commit 5a235f7

Browse files
authored
Merge pull request #3111 from RedisInsight/fe/bugfix/RI-5473_Size_of_dropdowns
#RI-5473 - Workbench header does not fit all icons
2 parents a5880ef + 397961a commit 5a235f7

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)