Skip to content

Commit 94f6756

Browse files
authored
Merge pull request #4557 from 1ukastesar/patch-1
fix(modal): make textarea font actually monospace
2 parents 27e3f73 + 09ba400 commit 94f6756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/scss/tabler-extra.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,5 @@ $pink: #f66d9b;
167167

168168
textarea.form-control.text-monospace {
169169
font-size: 12px;
170+
font-family: monospace;
170171
}

0 commit comments

Comments
 (0)