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 f4efd9e commit 87863abCopy full SHA for 87863ab
src/wp-content/themes/twentytwenty/style-rtl.css
@@ -185,8 +185,9 @@ path {
185
padding: 0;
186
position: absolute !important;
187
width: 1px;
188
+ /* many screen reader and browser combinations announce broken words as they would appear visually */
189
word-wrap: normal !important;
- word-break: normal;
190
+ word-break: normal !important;
191
}
192
193
.screen-reader-text:focus {
0 commit comments