mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
fix: [code-645]: fix commit listing page sipacing
This commit is contained in:
parent
1a524ab0bc
commit
6d90195afa
@ -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>
|
||||
}>
|
||||
|
@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
.contentHeader {
|
||||
padding-bottom: var(--spacing-xlarge) !important;
|
||||
padding-bottom: var(--spacing-4) !important;
|
||||
> div {
|
||||
align-items: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user