Skip to content

Commit

Permalink
Rename .align's left/right to start/end
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Oct 8, 2024
1 parent d4b2ee7 commit 8cb25fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/render/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ code.focus-lines .hljs-ln-line:not(.focused),
flex-direction: column;
}

.align-left {
.align-start {
text-align: start;
justify-content: start;
align-items: start;
Expand All @@ -287,7 +287,7 @@ code.focus-lines .hljs-ln-line:not(.focused),
align-items: center;
}

.align-right {
.align-end {
text-align: end;
justify-content: end;
align-items: end;
Expand Down

0 comments on commit 8cb25fc

Please sign in to comment.