File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/ResourceBrowser/ResourceList Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ const NodeListSearchFilter = ({
245
245
icon = { < Icon name = "ic-filter" color = "N600" /> }
246
246
keyboardShortcut = "/"
247
247
formatOptionLabel = { formatOptionLabel }
248
- size = { ComponentSizeType . small }
248
+ size = { ComponentSizeType . medium }
249
249
/>
250
250
251
251
< SelectPicker
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ const ResourceFilterOptions = ({
205
205
< >
206
206
{ typeof renderRefreshBar === 'function' && renderRefreshBar ( ) }
207
207
< div className = "resource-filter-options-container flexbox dc__content-space pt-16 pr-20 pb-12 pl-20 w-100" >
208
- < div className = "flexbox dc__gap-8" >
208
+ < div className = "flex dc__gap-8" >
209
209
{ isEventListing && (
210
210
< SegmentedControl
211
211
name = "event-type-control"
You can’t perform that action at this time.
0 commit comments