Skip to content

Commit

Permalink
feat: force LTR for inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Oct 19, 2024
1 parent 0f46afe commit 99bd201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ progress {
}

.inline-code {
unicode-bidi: embed;
direction: ltr;
@apply inline bg-surface0 p-0.5 rounded-sm;
}

Expand Down

0 comments on commit 99bd201

Please sign in to comment.