Browse Source

Fix monospace font size for .mono CSS class (#13453)

tags/v1.15.0-dev
Cirno the Strongest 3 years ago
parent
commit
48f8c5e1ae
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web_src/less/helpers.less

+ 1
- 1
web_src/less/helpers.less View File

@@ -4,7 +4,7 @@
.js { justify-content: flex-start; }
.je { justify-content: flex-end; }
.sb { justify-content: space-between; }
.mono { font-family: var(--fonts-monospace); }
.mono { font-family: var(--fonts-monospace); font-size: .9em; /* compensate for monospace fonts being usually slighty larger */ }
.rounded { border-radius: var(--border-radius) !important; }
.word-break { word-wrap: break-word; word-break: break-all; }


Loading…
Cancel
Save