Skip to content

Commit 1e77e29

Browse files
committed
Don't preserve line breaks in inline code
Closes #19323.
1 parent c38e73f commit 1e77e29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/rust.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013 The Rust Project Developers. See the COPYRIGHT
2+
* Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
33
* file at the top-level directory of this distribution and at
44
* http://rust-lang.org/COPYRIGHT.
55
* With elements taken from Bootstrap v3.0.2 (MIT licensed).
@@ -209,7 +209,6 @@ pre {
209209
code {
210210
padding: 0 2px;
211211
color: #8D1A38;
212-
white-space: pre-wrap;
213212
}
214213
pre code {
215214
padding: 0;

0 commit comments

Comments
 (0)