File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/webview/helm-chart/app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments