Added better spacing.
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
This commit is contained in:
parent
00e8b07528
commit
b1590c7adc
@ -487,6 +487,22 @@ body {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown h1:first-child {
|
||||||
|
margin-top: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown h2:first-child {
|
||||||
|
margin-top: -3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown h3:first-child {
|
||||||
|
margin-top: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown h4:first-child {
|
||||||
|
margin-top: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown *:last-child {
|
.markdown *:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -163,7 +163,7 @@ const NoteItem = ({
|
|||||||
const noteItem = (
|
const noteItem = (
|
||||||
<>
|
<>
|
||||||
<Flex vertical gap={'small'}>
|
<Flex vertical gap={'small'}>
|
||||||
<Flex gap={'middle'} align='start'>
|
<Flex gap={'middle'} align='start' style={{ marginBottom: '4px' }}>
|
||||||
<Space>
|
<Space>
|
||||||
<PersonIcon />
|
<PersonIcon />
|
||||||
<Text style={{ whiteSpace: 'nowrap' }}>{note.user.name}:</Text>
|
<Text style={{ whiteSpace: 'nowrap' }}>{note.user.name}:</Text>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user