Skip to content

Commit be88a0e

Browse files
committed
Preventing indentation in first line of code blocks
Previously, the first line of each block-level `<code>` element was indented by 6 pixels. That problem was accidentally introduced in 0a36e05. That commit added the indent for inline `<code>` elements, but inadvertantly also added it for block level `<code>` elements as well.
1 parent 4af2113 commit be88a0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/beats.css

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ pre.single-line {
180180

181181
pre code {
182182
background: none;
183+
padding: 0;
183184
line-height: 0.6666666667rem;
184185
}
185186

0 commit comments

Comments
 (0)