From 66f62298a28ee256e5cbfe35d0b6a1aaec065006 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Fri, 26 Apr 2024 02:07:22 +0200 Subject: [PATCH 1/3] Align "Update password" button to the left --- .changelog/1916.trivial.md | 1 + .../Toolbar/Features/Profile/UpdatePassword.tsx | 2 +- .../Profile/__tests__/__snapshots__/index.test.tsx.snap | 8 ++------ src/app/components/Toolbar/Features/Profile/index.tsx | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 .changelog/1916.trivial.md diff --git a/.changelog/1916.trivial.md b/.changelog/1916.trivial.md new file mode 100644 index 0000000000..476a1ec704 --- /dev/null +++ b/.changelog/1916.trivial.md @@ -0,0 +1 @@ +Align "Update password" button to the left diff --git a/src/app/components/Toolbar/Features/Profile/UpdatePassword.tsx b/src/app/components/Toolbar/Features/Profile/UpdatePassword.tsx index d4a412c4ce..64abef96fc 100644 --- a/src/app/components/Toolbar/Features/Profile/UpdatePassword.tsx +++ b/src/app/components/Toolbar/Features/Profile/UpdatePassword.tsx @@ -85,7 +85,7 @@ export const UpdatePassword = () => { password1Placeholder={t('toolbar.profile.password.enterNewPassword', 'New password')} password2Placeholder={t('toolbar.profile.password.reenterNewPassword', 'Re-enter new password')} /> - + -
- - Deletion - -
- -
+
+