Clean up font scaling appearance

This commit is contained in:
Jorik Schellekens 2020-06-08 19:02:36 +01:00
parent 4b39ccbe26
commit b4bdb23f5f
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);
}