Merge pull request #5001 from swapnilraj/swapnilraj/country-code-width

Increase width for country code dropdown
This commit is contained in:
Michael Telatynski 2020-07-16 16:09:43 +01:00 committed by GitHub
commit fb222c7eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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