forked from mirror/_s
Merge pull request #1054 from samikeijonen/issue/1047
Add word-wrap: normal to screen-reader text class: props @samikeijonen
This commit is contained in:
commit
efab129e42
|
@ -656,6 +656,7 @@ a:active {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
|
||||||
}
|
}
|
||||||
|
|
||||||
.screen-reader-text:focus {
|
.screen-reader-text:focus {
|
||||||
|
|
Reference in New Issue