diff --git a/src/Frontend/quasar.config.js b/src/Frontend/quasar.config.js index a051202..9737a46 100644 --- a/src/Frontend/quasar.config.js +++ b/src/Frontend/quasar.config.js @@ -46,7 +46,7 @@ module.exports = configure(function (/* ctx */) { // 'line-awesome', // 'roboto-font-latin-ext', // this or either 'roboto-font', NEVER both! - 'roboto-font' // optional, you are not bound to it + 'roboto-font', // optional, you are not bound to it 'material-icons' // optional, you are not bound to it ], diff --git a/src/Frontend/src/pages/IndexPage.vue b/src/Frontend/src/pages/IndexPage.vue index 2257b52..7369e41 100644 --- a/src/Frontend/src/pages/IndexPage.vue +++ b/src/Frontend/src/pages/IndexPage.vue @@ -159,6 +159,7 @@ const otherHeaders = computed(() => { placeholder="Paste email headers here" outlined type="textarea" + :rows="mailHeader ? 8 : 30" />