Merge pull request #4035 from vector-im/dbkr/translations

Translations!
This commit is contained in:
David Baker 2017-05-26 18:39:07 +01:00 committed by GitHub
commit 5e0457c32d
33 changed files with 1289 additions and 165 deletions

View file

@ -131,6 +131,10 @@ limitations under the License.
position: absolute;
}
.mx_UserSettings_language {
width: 200px;
}
.mx_UserSettings_profileTable
{
display: table;

View file

@ -175,7 +175,8 @@ limitations under the License.
}
.mx_Login_type_dropdown {
width: 125px;
display: inline-block;
min-width: 125px;
align-self: flex-end;
}