fix: Missing space between page sections and create button
This commit is contained in:
parent
efd86bc8d7
commit
6c5961da05
|
|
@ -99,7 +99,7 @@ export default function AccountsIndex({ accounts, accountMetrics }: Props) {
|
|||
<Head title={__('Accounts')} />
|
||||
|
||||
<div className="space-y-8 p-6">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center justify-between gap-2">
|
||||
<HeadingSmall
|
||||
title={__('Accounts')}
|
||||
description={__('View and manage your bank accounts')}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ export default function BudgetsIndex({ budgets, currencyCode }: Props) {
|
|||
<Head title={__('Budgets')} />
|
||||
|
||||
<div className="space-y-8 p-6">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center justify-between gap-2">
|
||||
<HeadingSmall
|
||||
title={__('Budgets')}
|
||||
description={__(
|
||||
|
|
|
|||
Loading…
Reference in New Issue