Skip to content

Commit

Permalink
fix: set text-align to initial for sashes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley committed May 25, 2022
1 parent f96f00f commit 767f7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sash/sash.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
z-index: 35;
touch-action: none;
pointer-events: auto;
text-align: initial;
}

.sash.disabled {
Expand Down

0 comments on commit 767f7e2

Please sign in to comment.