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

Commit

Permalink
Use padding for indentation of discussion code blocks.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
samsymons committed May 17, 2020
1 parent f49b9d7 commit 128fd1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Assets/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ article > .discussion {
background: transparent;
border: 1px var(--separator) solid;
font: var(--caption-1);
padding: 1em;
text-indent: 0;
}

em,
Expand Down
Loading

0 comments on commit 128fd1b

Please sign in to comment.