Merge pull request #9043 from ArtemDzhereleiko/AD/imp/phone-input-flag-layout

Aligned phone input flags container by input field
This commit is contained in:
Igor Kulikov 2023-08-09 16:15:33 +03:00 committed by GitHub
commit d5a118c634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@
.phone-input-container { .phone-input-container {
display: flex; display: flex;
align-items: center;
.phone-input { .phone-input {
width: 100%; width: 100%;
@ -32,10 +31,11 @@
} }
.flags-select-container { .flags-select-container {
display: inline-block; display: flex;
align-items: center;
position: relative; position: relative;
width: 50px; width: 50px;
height: 100%; height: 56px;
margin-right: 5px; margin-right: 5px;
} }