This commit is contained in:
Eugene Pankov
2019-01-27 23:58:55 +01:00
parent f2be34d137
commit dd4566cf02
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
h3.mb-3 Appearance
.row
.col-md-6
.d-flex
.mr-5
.form-line
.header
.title Frontend
@@ -92,7 +92,7 @@ h3.mb-3 Appearance
[title]='idx',
)
.col-md-6
div
.form-group
.appearance-preview(
[style.font-family]='config.store.terminal.font',

View File

@@ -3,6 +3,9 @@
margin-left: 20px;
padding: 10px;
overflow: hidden;
max-width: 400px;
max-height: 400px;
span {
white-space: pre;
}