fix language dropdown to center

This commit is contained in:
Ayush Kumar 2021-01-28 23:07:59 +05:30
parent 2c8aaa27dd
commit 6031e34fbe
3 changed files with 6 additions and 6 deletions

View file

@ -23,9 +23,9 @@ limitations under the License.
font-size: $font-14px;
font-weight: 600;
color: $authpage-lang-color;
width: 160px;
width: auto;
}
.mx_AuthBody_language .mx_Dropdown_arrow {
background: $authpage-lang-color;
}
}