Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 128fd1b

Browse files
committed
Use padding for indentation of discussion code blocks.
Using `text-indent` will indent every line after the first, which makes sense for declaration code blocks, but not necessarily for multiline code blocks inside documentation.
1 parent f49b9d7 commit 128fd1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Assets/css/all.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ article > .discussion {
332332
background: transparent;
333333
border: 1px var(--separator) solid;
334334
font: var(--caption-1);
335+
padding: 1em;
336+
text-indent: 0;
335337
}
336338

337339
em,

0 commit comments

Comments
 (0)