Skip to content

Commit

Permalink
fix: force overlay LTR (vitejs#4943)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaMrEzO authored and aleclarson committed Nov 8, 2021
1 parent cd5708a commit ddc1768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vite/src/client/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const template = /*html*/ `
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
overflow: hidden;
border-top: 8px solid var(--red);
direction: ltr;
text-align: left;
}
pre {
Expand Down

0 comments on commit ddc1768

Please sign in to comment.