From 2781ff798a4facf88a094c3b8b76fee43d793fa2 Mon Sep 17 00:00:00 2001 From: Sebastian Malek Date: Wed, 21 Jun 2017 14:08:43 +0200 Subject: [PATCH] align country list text to left --- stylesheets/options.css | 3 +++ stylesheets/options.scss | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/stylesheets/options.css b/stylesheets/options.css index aaed25b691c..24a75658798 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 6db445d92b5..aabf288fee9 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; }