Skip to content

Commit 131df59

Browse files
authored
fix: [M3-9009] - Fix spacing for LKE cluster tags (linode#11507)
* Fix spacing for cluster tags * Added changeset: Spacing for LKE cluster tags at desktop screen sizes
1 parent 5cd6841 commit 131df59

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Fixed
3+
---
4+
5+
Spacing for LKE cluster tags at desktop screen sizes ([#11507](https://github.com/linode/manager/pull/11507))

packages/manager/src/features/Kubernetes/KubernetesClusterDetail/KubeEntityDetailFooter.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const KubeEntityDetailFooter = React.memo((props: FooterProps) => {
107107
},
108108
}}
109109
alignItems="flex-start"
110-
lg={10}
110+
lg="auto"
111111
xs={12}
112112
>
113113
<StyledBox>
@@ -165,7 +165,8 @@ export const KubeEntityDetailFooter = React.memo((props: FooterProps) => {
165165
justifyContent: 'flex-start',
166166
},
167167
}}
168-
lg={2}
168+
lg={3.5}
169+
marginLeft="auto"
169170
xs={12}
170171
>
171172
<TagCell

0 commit comments

Comments
 (0)