Skip to content

Commit

Permalink
Replace direction with alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
szabi committed Mar 11, 2024
1 parent 335371e commit a1f9470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ breaking changes to the options supported by the plugin will be shipped as a bre

## Unreleased changes

- (minor) Align code-block line numbers to the right.
- (patch) Align code-block line numbers to the right.
<!--
All changes being submitted through PRs should be added to this section.
Please add a new list item to the top of this section with a summary of the change.
Expand Down
2 changes: 1 addition & 1 deletion styles/_code_prefix.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ pre {

&::before {
border-right: 1px solid rgba($white, 0.5);
direction: rtl;
padding-right: 5px;
text-align: right;
width: 2ch;
}

Expand Down

0 comments on commit a1f9470

Please sign in to comment.