From 4a7397d3e9c960273897fe8b5fd13c230e358901 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Mon, 19 Feb 2024 17:34:09 +0100 Subject: [PATCH 1/6] fix(ui): password box LW-9709 The PasswordBox component layout in lace/ui wasn't responsive and broke in different width scenarios. This commit fixes the layout issues so that the password box can have any size. --- .../password-box-button.component.tsx | 4 +- .../password-box/password-box-button.css.ts | 1 - .../password-box-input.component.tsx | 42 +++++++++---------- .../password-box/password-box-input.css.ts | 26 ++++++++---- .../password-box/password-box.stories.tsx | 3 +- 5 files changed, 43 insertions(+), 33 deletions(-) diff --git a/packages/ui/src/design-system/password-box/password-box-button.component.tsx b/packages/ui/src/design-system/password-box/password-box-button.component.tsx index d9e9e2f32..9f9822d67 100644 --- a/packages/ui/src/design-system/password-box/password-box-button.component.tsx +++ b/packages/ui/src/design-system/password-box/password-box-button.component.tsx @@ -20,13 +20,13 @@ export const PasswordInputButton = ({ return (