We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cf67a commit 48f8c5eCopy full SHA for 48f8c5e
web_src/less/helpers.less
@@ -4,7 +4,7 @@
4
.js { justify-content: flex-start; }
5
.je { justify-content: flex-end; }
6
.sb { justify-content: space-between; }
7
-.mono { font-family: var(--fonts-monospace); }
+.mono { font-family: var(--fonts-monospace); font-size: .9em; /* compensate for monospace fonts being usually slighty larger */ }
8
.rounded { border-radius: var(--border-radius) !important; }
9
.word-break { word-wrap: break-word; word-break: break-all; }
10
0 commit comments