Skip to content

Commit 0e85959

Browse files
committed
fix: update NodeListSearchFilter and ResourceFilterOptions for improved layout and component sizing
1 parent 9b4f61c commit 0e85959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ResourceBrowser/ResourceList/NodeListSearchFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const NodeListSearchFilter = ({
245245
icon={<Icon name="ic-filter" color="N600" />}
246246
keyboardShortcut="/"
247247
formatOptionLabel={formatOptionLabel}
248-
size={ComponentSizeType.small}
248+
size={ComponentSizeType.medium}
249249
/>
250250

251251
<SelectPicker

src/components/ResourceBrowser/ResourceList/ResourceFilterOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const ResourceFilterOptions = ({
205205
<>
206206
{typeof renderRefreshBar === 'function' && renderRefreshBar()}
207207
<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">
209209
{isEventListing && (
210210
<SegmentedControl
211211
name="event-type-control"

0 commit comments

Comments
 (0)