diff --git a/wp-content/themes/twentynineteen/sass/layout/_layout.scss b/wp-content/themes/twentynineteen/sass/layout/_layout.scss
index e0e2c76..20a0508 100644
a
|
b
|
|
3 | 3 | |
4 | 4 | #page { |
5 | 5 | width: 100%; |
| 6 | word-wrap: break-word; |
6 | 7 | } |
7 | 8 | |
8 | 9 | .site-content { |
diff --git a/wp-content/themes/twentynineteen/style-rtl.css b/wp-content/themes/twentynineteen/style-rtl.css
index 7ce44fe..4339fa5 100644
a
|
b
|
body.page .main-navigation { |
1974 | 1974 | /** === Layout === */ |
1975 | 1975 | #page { |
1976 | 1976 | width: 100%; |
| 1977 | word-wrap: break-word; |
1977 | 1978 | } |
1978 | 1979 | |
1979 | 1980 | .site-content { |
diff --git a/wp-content/themes/twentynineteen/style.css b/wp-content/themes/twentynineteen/style.css
index b44c452..6fbed48 100644
a
|
b
|
body.page .main-navigation { |
1980 | 1980 | /** === Layout === */ |
1981 | 1981 | #page { |
1982 | 1982 | width: 100%; |
| 1983 | word-wrap: break-word; |
1983 | 1984 | } |
1984 | 1985 | |
1985 | 1986 | .site-content { |