Skip to content

Commit 53a4533

Browse files
removed backdrop border
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 9b9444e commit 53a4533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/devfile-registry/app/cardItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export class CardItem extends React.Component<DevFileProps, {
232232
timeout: 500,
233233
}}
234234
style={{
235-
width: '100%', height: '100%', marginTop: '5rem'
235+
width: '100%', height: '100%', marginTop: '5rem', border: '0px'
236236
}}>
237237
<Card data-testid='dev-page-yaml' className={this.props.cardItemStyle.yamlCard}>
238238
<CardHeader className={this.props.cardItemStyle.yamlCardHeader}>

0 commit comments

Comments
 (0)