Skip to content

Commit

Permalink
Handle RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jul 14, 2023
1 parent b068b10 commit 72ee748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/server/pause.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const controls = `
display: none !important;
}
[dir="rtl"] #d2l-test-controls #run {
flex-direction: row-reverse;
}
#d2l-test-controls #start,
#d2l-test-controls #run {
display: flex;
Expand All @@ -33,6 +37,7 @@ const controls = `
#d2l-test-controls #test-name {
font-size: .9em;
flex: 1;
text-align: left;
}
#d2l-test-controls button {
Expand Down

0 comments on commit 72ee748

Please sign in to comment.