Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Jul 19, 2024
1 parent 5ef9519 commit 2e8da48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
],

Expand Down
1 change: 1 addition & 0 deletions src/Frontend/src/pages/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const otherHeaders = computed(() => {
placeholder="Paste email headers here"
outlined
type="textarea"
:rows="mailHeader ? 8 : 30"
/>
</div>

Expand Down

0 comments on commit 2e8da48

Please sign in to comment.