Increase width for country code dropdown

pull/21833/head
Swapnil Raj 2020-07-16 19:07:15 +05:30
parent 8de6863bf6
commit cb794af5f1
1 changed files with 1 additions and 1 deletions

View File

@ -191,5 +191,5 @@ limitations under the License.
} }
.mx_Field .mx_CountryDropdown { .mx_Field .mx_CountryDropdown {
width: 67px; width: 78px;
} }