Give auth language dropdown more space

pull/21833/head
J. Ryan Stinnett 2019-02-01 16:15:11 -06:00
parent d3e2c33bfa
commit 84ba22f7d6
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,6 @@ limitations under the License.
display: flex;
flex-direction: column;
width: 206px;
padding: 25px 50px;
padding: 25px 40px;
box-sizing: border-box;
}

View File

@ -17,6 +17,7 @@ limitations under the License.
.mx_AuthHeaderLogo {
margin-top: 15px;
flex: 1;
padding: 0 10px;
}
.mx_AuthHeaderLogo img {