Skip to content

Commit 02b6dd8

Browse files
committed
Fixes: Phone input addon is not centered when there is an error
https://glints.atlassian.net/browse/OTP-2761
1 parent f4b9f81 commit 02b6dd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Input/PhoneNumberInput/PhoneNumberInputStyles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const PhoneNumberInputContainer = styled.div`
99

1010
export const TopRow = styled.div`
1111
display: flex;
12+
position: relative;
1213
1314
border: 2px solid ${Greyscale.lightgrey};
1415
align-items: center;

0 commit comments

Comments
 (0)