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

Commit 648c43d

Browse files
authored
Merge pull request #114 from samsymons/fix-discussion-block-code-indentation
Fix indentation on code blocks inside discussion elements
2 parents f49b9d7 + 128fd1b commit 648c43d

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)