From 84746c62ca72913b1c7f136d353a7dc48ce5e35f Mon Sep 17 00:00:00 2001 From: Choi Jeongmin Date: Tue, 1 Oct 2024 20:16:01 +0900 Subject: [PATCH 1/2] fix: resolve ui issue (#71) --- src/components/profile/EditPasswordSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile/EditPasswordSection.tsx b/src/components/profile/EditPasswordSection.tsx index 1a01b98..8d02eb6 100644 --- a/src/components/profile/EditPasswordSection.tsx +++ b/src/components/profile/EditPasswordSection.tsx @@ -121,7 +121,7 @@ const styles = { `, inputPWD: styled.input` - flex: 1; + flex-grow: 1; height: 100%; border: none; From 988f1c54a79610b9e89997cdc25736966271e1b4 Mon Sep 17 00:00:00 2001 From: cjeongmin Date: Tue, 1 Oct 2024 20:20:59 +0900 Subject: [PATCH 2/2] 1.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdc6cdb..81ba0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "p-travel-log", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "p-travel-log", - "version": "1.1.1", + "version": "1.1.2", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/package.json b/package.json index 9a919be..cbc39f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-travel-log", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev",