We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1b3ae commit 53747f5Copy full SHA for 53747f5
src/components/ResourceBrowser/ResourceList/NodeListSearchFilter.tsx
@@ -249,7 +249,7 @@ const NodeListSearchFilter = ({
249
)}
250
</div>
251
<FilterChips<Partial<Record<NODE_SEARCH_KEYS | typeof NODE_K8S_VERSION_FILTER_KEY, string[]>>>
252
- className="px-20 pb-12"
+ className="px-20 py-16"
253
filterConfig={{
254
[NODE_SEARCH_KEYS.NODE_GROUP]: appliedFilters[NODE_SEARCH_KEYS.NODE_GROUP].map(
255
({ value }) => value,
0 commit comments