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

Commit 6cadabf

Browse files
committed
docs(minerr): fix bad line wrap due to errand nowrap in CSS
1 parent eea76a0 commit 6cadabf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/templates/css/docs.css

+4
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
white-space: nowrap;
136136
}
137137

138+
.content pre code {
139+
white-space: inherit;
140+
}
141+
138142
.content h2,
139143
.content h3,
140144
.content h4,

0 commit comments

Comments
 (0)