Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 418d7a3

Browse files
Misha Moroshkopetebacondarwin
Misha Moroshko
authored andcommitted
docs(docs.css): prevent <code> elements from wrapping
Closes #4114
1 parent 4beb981 commit 418d7a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/templates/css/docs.css

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
padding: 0;
133133
font-size: inherit;
134134
font-family: monospace;
135+
white-space: nowrap;
135136
}
136137

137138
.content h2,

0 commit comments

Comments
 (0)