Skip to content

Commit 53747f5

Browse files
committed
refactor: style update
1 parent 2a1b3ae commit 53747f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ResourceBrowser/ResourceList/NodeListSearchFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ const NodeListSearchFilter = ({
249249
)}
250250
</div>
251251
<FilterChips<Partial<Record<NODE_SEARCH_KEYS | typeof NODE_K8S_VERSION_FILTER_KEY, string[]>>>
252-
className="px-20 pb-12"
252+
className="px-20 py-16"
253253
filterConfig={{
254254
[NODE_SEARCH_KEYS.NODE_GROUP]: appliedFilters[NODE_SEARCH_KEYS.NODE_GROUP].map(
255255
({ value }) => value,

0 commit comments

Comments
 (0)