From 7cac3488e42b9d479c1daa6b15e96c20bd0ff4ce Mon Sep 17 00:00:00 2001 From: William Patton Date: Sun, 10 Nov 2019 21:23:47 +0000 Subject: [PATCH] Reset the word-break property on `.screen-reader-text` This prevents an issue that causes screen readers to loose the spaces between words and read everything consecutively, with no word breaks, in a statement. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 75f51c69d..ad3ab673f 100644 --- a/style.css +++ b/style.css @@ -180,6 +180,7 @@ path { position: absolute !important; width: 1px; word-wrap: normal !important; + word-break: normal; } .screen-reader-text:focus {