Skip to content

Commit

Permalink
Fix demo css
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Oct 14, 2024
1 parent 364fea9 commit b78035c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/data/components/slider/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
text-align: right;
}

[dir='rtl'] .output {
text-align: left;
}

.control {
grid-column: 1/3;
display: flex;
Expand Down

0 comments on commit b78035c

Please sign in to comment.