From 0d17fce923be618a47a38d034717aa2aa1c55f16 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Fri, 4 Aug 2023 13:03:02 +0300 Subject: [PATCH] UI: Aligned phone input flags container by input field --- ui-ngx/src/app/shared/components/phone-input.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui-ngx/src/app/shared/components/phone-input.component.scss b/ui-ngx/src/app/shared/components/phone-input.component.scss index eb8d27646f..1ba5eabf3a 100644 --- a/ui-ngx/src/app/shared/components/phone-input.component.scss +++ b/ui-ngx/src/app/shared/components/phone-input.component.scss @@ -24,7 +24,6 @@ .phone-input-container { display: flex; - align-items: center; .phone-input { width: 100%; @@ -32,10 +31,11 @@ } .flags-select-container { - display: inline-block; + display: flex; + align-items: center; position: relative; width: 50px; - height: 100%; + height: 56px; margin-right: 5px; }