Browse Source

UI: Aligned phone input flags container by input field

pull/9043/head
Artem Dzhereleiko 3 years ago
parent
commit
0d17fce923
  1. 6
      ui-ngx/src/app/shared/components/phone-input.component.scss

6
ui-ngx/src/app/shared/components/phone-input.component.scss

@ -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;
} }

Loading…
Cancel
Save