Merge pull request #1054 from samikeijonen/issue/1047

Add word-wrap: normal to screen-reader text class: props @samikeijonen
This commit is contained in:
Tammie Lister 2016-12-23 14:24:59 +00:00 committed by GitHub
commit efab129e42
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 {