forked from mirror/_s
Add word-wrap: normal to screen-reader text class.
This commit is contained in:
parent
4aa1e19a5a
commit
fd3ce55c50
|
@ -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