Skip to content

Commit e8a9a8d

Browse files
committed
fix: adjust padding in K8ResourceComponent for improved layout
1 parent c80f0c2 commit e8a9a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v2/appDetails/k8Resource/K8Resource.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const K8ResourceComponent = ({
137137
className="dc__border-right--n1 dc__overflow-hidden flexbox-col dc__no-shrink w-250"
138138
data-testid="k8-resources-node-tree"
139139
>
140-
<div className="pt-16 pb-15 px-16 border__secondary--bottom">
140+
<div className="pt-14 pb-13 px-16 border__secondary--bottom">
141141
<StatusFilterButtonComponent
142142
nodes={nodes}
143143
selectedTab={currentFilter}

0 commit comments

Comments
 (0)