Skip to content

Commit

Permalink
fix: set text-align to initial for sashes (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley authored May 25, 2022
1 parent f96f00f commit aef12f9
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 aef12f9

Please sign in to comment.