Skip to content

Commit 9726e4f

Browse files
authored
fix: avoid unwanted extra hyphens in code fragments (#61)
1 parent 8c4cd68 commit 9726e4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ kbd {
277277
font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
278278
monospace;
279279
font-size: 85%;
280+
hyphens: none;
280281
}
281282
pre {
282283
padding: 1rem 1.4rem;

0 commit comments

Comments
 (0)