align country list text to left
This commit is contained in:
parent
6b4970de21
commit
2781ff798a
2 changed files with 7 additions and 0 deletions
|
@ -1131,6 +1131,9 @@ ul.country-list {
|
|||
margin: 0;
|
||||
text-align: left; }
|
||||
|
||||
.intl-tel-input .country-list {
|
||||
text-align: left; }
|
||||
|
||||
.intl-tel-input .country-list .country .country-name {
|
||||
color: #000; }
|
||||
|
||||
|
|
|
@ -357,6 +357,10 @@ ul.country-list {
|
|||
}
|
||||
}
|
||||
|
||||
.intl-tel-input .country-list {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.intl-tel-input .country-list .country .country-name {
|
||||
color: #000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue