Skip to content

Commit

Permalink
fix(timeline): direction of code blocks mixed with RTL text
Browse files Browse the repository at this point in the history
  • Loading branch information
anyone00 committed Aug 27, 2023
1 parent 34b2901 commit 8171223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/molecules/message/Message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@
& pre {
width: fit-content;
max-width: 100%;
direction: initial;
@include scrollbar.scroll;
@include scrollbar.scroll__h;
@include scrollbar.scroll--auto-hide;
Expand Down

0 comments on commit 8171223

Please sign in to comment.