Skip to content

Commit 6d81a16

Browse files
author
wordpress-develop-pr-bot[bot]
committed
Automation: Updating built files with changes.
1 parent 87863ab commit 6d81a16

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

src/wp-content/themes/twentytwentyone/assets/css/ie.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6029,8 +6029,10 @@ h1.page-title {
60296029
padding: 0;
60306030
position: absolute !important;
60316031
width: 1px;
6032+
6033+
/* many screen reader and browser combinations announce broken words as they would appear visually */
60326034
word-wrap: normal !important;
6033-
word-break: normal;
6035+
word-break: normal !important;
60346036
}
60356037

60366038
.skip-link:focus {

src/wp-content/themes/twentytwentyone/assets/css/ie.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wp-content/themes/twentytwentyone/style-rtl.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5492,8 +5492,10 @@ h1.page-title {
54925492
padding: 0;
54935493
position: absolute !important;
54945494
width: 1px;
5495+
5496+
/* many screen reader and browser combinations announce broken words as they would appear visually */
54955497
word-wrap: normal !important;
5496-
word-break: normal;
5498+
word-break: normal !important;
54975499
}
54985500

54995501
.skip-link:focus {

src/wp-content/themes/twentytwentyone/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5528,6 +5528,7 @@ h1.page-title {
55285528
padding: 0;
55295529
position: absolute !important;
55305530
width: 1px;
5531+
55315532
/* many screen reader and browser combinations announce broken words as they would appear visually */
55325533
word-wrap: normal !important;
55335534
word-break: normal !important;

0 commit comments

Comments
 (0)