From 48e224672a06f50dbecae1c48c31c6ea94cf7ad4 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 15 Apr 2024 20:52:24 +0200 Subject: [PATCH] fix group aligment --- src/frontend/src/components/forms/AuthenticationForm.tsx | 6 +++--- src/frontend/src/components/items/DashboardItem.tsx | 2 +- src/frontend/src/components/items/InfoItem.tsx | 2 +- .../src/components/modals/AboutInvenTreeModal.tsx | 4 ++-- src/frontend/src/components/modals/LicenseModal.tsx | 2 +- src/frontend/src/components/nav/Header.tsx | 2 +- src/frontend/src/components/nav/NavHoverMenu.tsx | 4 ++-- src/frontend/src/components/nav/NotificationDrawer.tsx | 4 ++-- src/frontend/src/components/nav/PageDetail.tsx | 2 +- src/frontend/src/components/nav/PartCategoryTree.tsx | 2 +- src/frontend/src/components/nav/SearchDrawer.tsx | 4 ++-- src/frontend/src/components/nav/StockLocationTree.tsx | 2 +- src/frontend/src/components/render/Instance.tsx | 2 +- src/frontend/src/components/settings/SettingItem.tsx | 2 +- src/frontend/src/pages/Index/Scan.tsx | 6 +++--- .../Index/Settings/AccountSettings/SecurityContent.tsx | 4 ++-- .../src/pages/part/pricing/PurchaseHistoryPanel.tsx | 4 ++-- src/frontend/src/tables/FilterSelectDrawer.tsx | 2 +- src/frontend/src/tables/InvenTreeTable.tsx | 2 +- src/frontend/src/tables/TableHoverCard.tsx | 2 +- src/frontend/src/tables/build/BuildLineTable.tsx | 4 ++-- src/frontend/src/tables/general/AttachmentTable.tsx | 2 +- src/frontend/src/tables/machine/MachineListTable.tsx | 6 +++--- src/frontend/src/tables/machine/MachineTypeTable.tsx | 6 +++--- src/frontend/src/tables/part/ParametricPartTable.tsx | 2 +- .../src/tables/part/PartCategoryTemplateTable.tsx | 2 +- src/frontend/src/tables/part/PartThumbTable.tsx | 2 +- src/frontend/src/tables/plugin/PluginListTable.tsx | 2 +- .../src/tables/purchasing/SupplierPriceBreakTable.tsx | 2 +- src/frontend/src/tables/settings/ScheduledTasksTable.tsx | 2 +- src/frontend/src/tables/settings/TemplateTable.tsx | 2 +- .../src/tables/stock/StockItemTestResultTable.tsx | 8 ++++---- 32 files changed, 50 insertions(+), 50 deletions(-) diff --git a/src/frontend/src/components/forms/AuthenticationForm.tsx b/src/frontend/src/components/forms/AuthenticationForm.tsx index 74453f3aec..7b1873c231 100644 --- a/src/frontend/src/components/forms/AuthenticationForm.tsx +++ b/src/frontend/src/components/forms/AuthenticationForm.tsx @@ -118,7 +118,7 @@ export function AuthenticationForm() { {...classicForm.getInputProps('password')} /> {auth_settings?.password_forgotten_enabled === true && ( - + )} - + - +