Skip to content

Commit 1619196

Browse files
ui fixes on helm (#2813)
* ui fixes on helm ui Signed-off-by: msivasubramaniaan <msivasub@redhat.com> * removed make-fetch Signed-off-by: msivasubramaniaan <msivasub@redhat.com> --------- Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 1a7326d commit 1619196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/webview/helm-chart/app/cardItem.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export class CardItem extends React.Component<DevFileProps, {
166166
</div>
167167
</div>
168168
</div>
169-
<div style={{ display: 'flex', flexDirection: 'row', gap: '0.5rem', width: '10rem' }}>
169+
<div style={{ display: 'flex', flexDirection: 'row', gap: '0.5rem', width: '11rem', maxWidth: '15rem' }}>
170170
<InputLabel
171171
style={{
172172
color: '#EE0000',
@@ -184,6 +184,7 @@ export class CardItem extends React.Component<DevFileProps, {
184184
key={chart.version}
185185
data-testid={`projects-selector-item-${chart.version}`}
186186
onMouseDown={(): void => this.setSelectedVersion(chart)}
187+
style={{width: '3rem', maxWidth: '6rem'}}
187188
className={
188189
selectedVersion.version === chart.version ? this.props.cardItemStyle.starterProjectSelected : this.props.cardItemStyle.project
189190
}

0 commit comments

Comments
 (0)