Skip to content

Commit f399922

Browse files
adjust margin of title and description text
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 6307178 commit f399922

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default (theme: Theme) =>
135135
textAlign: 'center',
136136
outline: '0.0625rem solid transparent',
137137
outlineOffset: '0.125rem!important',
138-
fontSize: '10px',
138+
fontSize: 'var(--vscode-font-size)',
139139
fontFamily: 'var(--vscode-font-family)',
140140
justifyContent: 'space-between',
141141
color: 'var(--vscode-button-foreground)',

src/webview/devfile-registry/app/starterProjectDisplay.style.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import { Theme, createStyles } from '@material-ui/core/styles';
88
export default (theme: Theme) =>
99
createStyles({
1010
displayedName: {
11-
margin: '0rem',
11+
margin: '0rem 0.5rem',
1212
marginBottom: '0rem!important'
1313
},
1414
displayedDescription: {
15-
margin: '0rem',
15+
margin: '0rem 0.5rem',
1616
marginBottom: '0rem',
1717
color: '#adabae'
1818
}

0 commit comments

Comments
 (0)