Adjust for 27x27 flag png size

pull/3953/head
Luke Barnard 2017-05-18 11:29:57 +01:00
parent e879fb0eef
commit 98215b4767
2 changed files with 2 additions and 2 deletions

View File

@ -259,6 +259,6 @@ limitations under the License.
} }
.mx_Login_phoneCountry .mx_Dropdown_option img { .mx_Login_phoneCountry .mx_Dropdown_option img {
margin: 4px; margin: 3px;
vertical-align: top; vertical-align: top;
} }

View File

@ -57,7 +57,7 @@ limitations under the License.
.mx_Dropdown_option img { .mx_Dropdown_option img {
margin: 5px; margin: 5px;
width: 25px; width: 27px;
vertical-align: middle; vertical-align: middle;
} }