Skip to content

Commit 14bae3b

Browse files
adjusted with marginTop
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 76469c0 commit 14bae3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export class CardItem extends React.Component<DevFileProps, {
312312
alt={this.state.selectedVersion.icon + ' logo'}
313313
className={this.props.cardItemStyle.cardImage}
314314
style={{ margin: '0rem' }} />
315-
<div style={{ margin: '0rem' }}>
315+
<div style={{ marginTop: '0.6rem' }}>
316316
<Typography variant='subtitle1'>
317317
{
318318
capitalizeFirstLetter(this.props.helmEntry.displayName)
@@ -326,7 +326,7 @@ export class CardItem extends React.Component<DevFileProps, {
326326
installResponse.loadScreen && <LoadScreen title='Installation in Progress' type='circle' />
327327
}
328328
</div>
329-
<div style={{float: 'right'}}>
329+
<div style={{float: 'right', marginTop: '0.5rem'}}>
330330
<Button
331331
disabled={this.handleDisable() || installResponse.installed}
332332
variant='outlined'

0 commit comments

Comments
 (0)