fix: code linting

This commit is contained in:
NGPixel
2020-01-31 22:41:14 -05:00
parent 208b816011
commit 9f16d3e3fa
3 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ export default {
<style lang='scss'>
.v-textarea.is-monospaced textarea {
font-family: 'Roboto Mono';
font-family: 'Roboto Mono', 'Courier New', Courier, monospace;
font-size: 13px;
font-weight: 600;
line-height: 1.4;