Add word-wrap: normal to screen-reader text class.

This commit is contained in:
Sami Keijonen 2016-11-26 19:47:32 +02:00
parent 4aa1e19a5a
commit fd3ce55c50
1 changed files with 1 additions and 0 deletions

View File

@ -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 {