We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fbf1a commit 0acdd62Copy full SHA for 0acdd62
src/wp-content/themes/twentynineteen/style.css
@@ -3627,8 +3627,9 @@ body.page .main-navigation {
3627
padding: 0;
3628
position: absolute !important;
3629
width: 1px;
3630
+ /* many screen reader and browser combinations announce broken words as they would appear visually */
3631
word-wrap: normal !important;
- /* Many screen reader and browser combinations announce broken words as they would appear visually. */
3632
+ word-break: normal !important;
3633
}
3634
3635
.screen-reader-text:focus {
0 commit comments