From 767f7e20ebd36e9532f5fb9684d8d28db8edcf27 Mon Sep 17 00:00:00 2001 From: johnwalley Date: Wed, 25 May 2022 12:01:08 +0100 Subject: [PATCH] fix: set text-align to initial for sashes --- src/sash/sash.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sash/sash.module.css b/src/sash/sash.module.css index b53781b3..887bcba1 100644 --- a/src/sash/sash.module.css +++ b/src/sash/sash.module.css @@ -9,6 +9,7 @@ z-index: 35; touch-action: none; pointer-events: auto; + text-align: initial; } .sash.disabled {