Skip to content

Commit 48f8c5e

Browse files
authored
Fix monospace font size for .mono CSS class (#13453)
1 parent 82cf67a commit 48f8c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/helpers.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.js { justify-content: flex-start; }
55
.je { justify-content: flex-end; }
66
.sb { justify-content: space-between; }
7-
.mono { font-family: var(--fonts-monospace); }
7+
.mono { font-family: var(--fonts-monospace); font-size: .9em; /* compensate for monospace fonts being usually slighty larger */ }
88
.rounded { border-radius: var(--border-radius) !important; }
99
.word-break { word-wrap: break-word; word-break: break-all; }
1010

0 commit comments

Comments
 (0)