Adjust for 27x27 flag png size
This commit is contained in:
parent
e879fb0eef
commit
98215b4767
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue