File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
redisinsight/ui/src/components/multi-search Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -191,8 +191,7 @@ const MultiSearch = (props: Props) => {
191
191
placeholder = { placeholder }
192
192
value = { value }
193
193
onKeyDown = { handleKeyDown }
194
- onChange = { onChange
195
- }
194
+ onChange = { onChange }
196
195
onFocus = { ( ) => setIsInputFocus ( true ) }
197
196
onBlur = { ( ) => setIsInputFocus ( false ) }
198
197
ref = { inputRef }
@@ -292,7 +291,6 @@ const MultiSearch = (props: Props) => {
292
291
setShowAutoSuggestions ( ( v ) => ! v )
293
292
inputRef . current ?. focus ( )
294
293
} }
295
- className = { styles . historyIcon }
296
294
data-testid = "show-suggestions-btn"
297
295
/>
298
296
</ RiTooltip >
Original file line number Diff line number Diff line change 9
9
.multiSearch {
10
10
position : relative ;
11
11
flex : 1 ;
12
+ gap : 8px ;
12
13
height : 100% ;
13
14
display : flex ;
14
15
align-items : center ;
105
106
}
106
107
}
107
108
108
- .historyIcon {
109
- margin-inline : 8px ;
110
- }
111
-
112
109
.clearHistory {
113
110
border-top : 1px solid var (--separatorColor );
114
111
padding : 8px 10px ;
You can’t perform that action at this time.
0 commit comments