We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d149f2 commit 61e7a99Copy full SHA for 61e7a99
rest_framework/static/rest_framework/docs/css/base.css
@@ -7,15 +7,15 @@ h1 {
7
}
8
9
pre.highlight code * {
10
- white-space: nowrap; // this sets all children inside to nowrap
+ white-space: nowrap; /* this sets all children inside to nowrap */
11
12
13
pre.highlight {
14
- overflow-x: auto; // this sets the scrolling in x
+ overflow-x: auto; /* this sets the scrolling in x */
15
16
17
pre.highlight code {
18
- white-space: pre; // forces <code> to respect <pre> formatting
+ white-space: pre; /* forces <code> to respect <pre> formatting */
19
20
21
.main-container {
0 commit comments