diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 6114563e30..38bc3b9427 100644
a
|
b
|
ul.primary-menu { |
1628 | 1628 | display: block; |
1629 | 1629 | line-height: 1.2; |
1630 | 1630 | text-decoration: none; |
| 1631 | word-break: normal; |
| 1632 | word-wrap: normal; |
1631 | 1633 | } |
1632 | 1634 | |
1633 | 1635 | .primary-menu a:hover, |
… |
… |
div.comment:first-of-type { |
4335 | 4337 | |
4336 | 4338 | .footer-menu a { |
4337 | 4339 | text-decoration: none; |
| 4340 | word-break: normal; |
| 4341 | word-wrap: normal; |
4338 | 4342 | } |
4339 | 4343 | |
4340 | 4344 | .footer-menu a:hover, |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 4e887a35cd..c73f47ff10 100644
a
|
b
|
ul.primary-menu { |
1634 | 1634 | display: block; |
1635 | 1635 | line-height: 1.2; |
1636 | 1636 | text-decoration: none; |
| 1637 | word-break: normal; |
| 1638 | word-wrap: normal; |
1637 | 1639 | } |
1638 | 1640 | |
1639 | 1641 | .primary-menu a:hover, |
… |
… |
div.comment:first-of-type { |
4369 | 4371 | |
4370 | 4372 | .footer-menu a { |
4371 | 4373 | text-decoration: none; |
| 4374 | word-break: normal; |
| 4375 | word-wrap: normal; |
4372 | 4376 | } |
4373 | 4377 | |
4374 | 4378 | .footer-menu a:hover, |