gets more specific about FF word-break bug

This commit is contained in:
Ashley Blewer 2017-10-18 17:09:04 -04:00
parent 09e637e6c4
commit fa08a2dbe8

View File

@ -26,7 +26,7 @@ html, body {
grid-area: content; grid-area: content;
} }
.content p { .content .hiding p {
word-break: break-all; word-break: break-all;
} }
@ -170,6 +170,7 @@ div {
nav .heading { nav .heading {
word-break: normal; word-break: normal;
} }
.recipe { .recipe {
display: block; display: block;
width: 90%; width: 90%;