Merge pull request #4733 from matrix-org/joriks/font-scaling-appearance

Clean up font scaling appearance
This commit is contained in:
Jorik Schellekens 2020-06-09 13:16:15 +01:00 committed by GitHub
commit 7a3ed0e496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -43,3 +43,7 @@ limitations under the License.
padding-left: 20px;
padding-right: 5px;
}
.mx_SettingsTab_customFontSizeField {
margin-left: calc($font-16px + 10px);
}