From fd3ce55c505b3ce56cefe79b91a5f66952f5ab64 Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Sat, 26 Nov 2016 19:47:32 +0200 Subject: [PATCH] Add word-wrap: normal to screen-reader text class. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 4f67dfe..8f964ee 100644 --- a/style.css +++ b/style.css @@ -656,6 +656,7 @@ a:active { height: 1px; width: 1px; overflow: hidden; + word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus {