Increase width of language dropdown

This commit is contained in:
Ayush Kumar
2021-01-17 18:50:33 +05:30
parent 3c199d8c78
commit 2c8aaa27dd
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ limitations under the License.
}
.mx_Welcome .mx_AuthBody_language {
width: 120px;
width: 160px;
margin-bottom: 10px;
}