Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Wrap the project bar when sidebar is wide (#869)
- Web component project bar state update delay (#869)
- Left border of the project bar (#869)
- Indentation of code block first line (#883)
- Code block 3-digit line numbers (#883)

## [0.21.0] - 2024-01-05

Expand Down
5 changes: 5 additions & 0 deletions src/assets/stylesheets/Instructions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
pre {
margin: 0;
}

code {
padding-inline-start: 0;
}
}

.c-code-filename {
Expand Down Expand Up @@ -77,6 +81,7 @@
border-color: $rpf-text-secondary-dark;

span::before {
padding-inline-end: $space-0-5;
color: $rpf-text-secondary-dark;
}
}
Expand Down