fix: [code-645]: fix commit listing page sipacing

This commit is contained in:
calvin 2023-07-19 16:34:27 -06:00
parent 1a524ab0bc
commit 6d90195afa
2 changed files with 7 additions and 2 deletions

View File

@ -187,7 +187,12 @@ export function CommitsView({
<ThreadSection
key={date}
title={
<Text icon={CodeIcon.Commit} iconProps={{ size: 20 }} color={Color.GREY_500} className={css.label}>
<Text
padding={{ top: 'small', bottom: 'small' }}
icon={CodeIcon.Commit}
iconProps={{ size: 20 }}
color={Color.GREY_500}
className={css.label}>
{getString('commitsOn', { date })}
</Text>
}>

View File

@ -8,7 +8,7 @@
}
.contentHeader {
padding-bottom: var(--spacing-xlarge) !important;
padding-bottom: var(--spacing-4) !important;
> div {
align-items: center;
}