mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-19 13:18:26 +02:00
Remove spacing from squeak detail item (#1453)
This commit is contained in:
parent
1c909da201
commit
c8db46fd75
1 changed files with 0 additions and 3 deletions
|
|
@ -219,7 +219,6 @@ export default function SqueakDetailItem({
|
|||
direction="row"
|
||||
justify="flex-start"
|
||||
alignItems="flex-start"
|
||||
spacing={2}
|
||||
>
|
||||
<Grid item>
|
||||
<Box fontWeight="fontWeightBold">
|
||||
|
|
@ -258,7 +257,6 @@ export default function SqueakDetailItem({
|
|||
direction="row"
|
||||
justify="flex-start"
|
||||
alignItems="flex-start"
|
||||
spacing={2}
|
||||
>
|
||||
<Grid item>
|
||||
{SqueakContent()}
|
||||
|
|
@ -269,7 +267,6 @@ export default function SqueakDetailItem({
|
|||
direction="row"
|
||||
justify="flex-start"
|
||||
alignItems="flex-start"
|
||||
spacing={2}
|
||||
>
|
||||
<Grid item>
|
||||
<SqueakTime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue