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.
2 parents ce9b4cd + b5408f6 commit 3f208f2Copy full SHA for 3f208f2
lib/resources/styles.css
@@ -131,11 +131,12 @@ pre {
131
font-family: 'Source Code Pro', monospace;
132
color: black;
133
border-radius: 4px;
134
- font-size: 14px;
+ font-size: 13px;
135
word-wrap: normal;
136
line-height: 1.4;
137
+ background: #f7f7f7;
138
border: 1px solid #f0f0f0;
- margin: 16px;
139
+ margin: 16px 0 16px 0;
140
padding: 8px;
141
}
142
@@ -607,10 +608,6 @@ button {
607
608
609
/* source code method bodies */
610
-.source-code pre {
611
- margin: 16px 0 16px 0;
612
-}
613
-
614
#overlay-under-drawer {
615
display: none;
616
0 commit comments