diff --git a/stylesheets/options.css b/stylesheets/options.css index aaed25b691..24a7565879 100644 --- a/stylesheets/options.css +++ b/stylesheets/options.css @@ -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; } diff --git a/stylesheets/options.scss b/stylesheets/options.scss index 6db445d92b..aabf288fee 100644 --- a/stylesheets/options.scss +++ b/stylesheets/options.scss @@ -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; }