From 5753a7c4ed073b6dfafe6fc7c5af31d81392c896 Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Mon, 18 Mar 2024 23:49:20 +0000 Subject: [PATCH] Add top padding to the taxes and tags settings page description --- src/pages/workspace/tags/WorkspaceTagsPage.tsx | 2 +- src/pages/workspace/taxes/WorkspaceTaxesPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/workspace/tags/WorkspaceTagsPage.tsx b/src/pages/workspace/tags/WorkspaceTagsPage.tsx index 7cf42b17fe5e..4fa84b5c4977 100644 --- a/src/pages/workspace/tags/WorkspaceTagsPage.tsx +++ b/src/pages/workspace/tags/WorkspaceTagsPage.tsx @@ -172,7 +172,7 @@ function WorkspaceTagsPage({policyTags, route}: WorkspaceTagsPageProps) { {!isSmallScreenWidth && headerButtons} {isSmallScreenWidth && {headerButtons}} - + {translate('workspace.tags.subtitle')} {isLoading && ( diff --git a/src/pages/workspace/taxes/WorkspaceTaxesPage.tsx b/src/pages/workspace/taxes/WorkspaceTaxesPage.tsx index d0724f4592ba..8eb730c0134f 100644 --- a/src/pages/workspace/taxes/WorkspaceTaxesPage.tsx +++ b/src/pages/workspace/taxes/WorkspaceTaxesPage.tsx @@ -168,7 +168,7 @@ function WorkspaceTaxesPage({policy, route}: WorkspaceTaxesPageProps) { {isSmallScreenWidth && {headerButtons}} - + {translate('workspace.taxes.subtitle')} {isLoading && (