diff --git a/src/components/CategoryListing.js b/src/components/CategoryListing.js index 61b5a97..8058dc3 100644 --- a/src/components/CategoryListing.js +++ b/src/components/CategoryListing.js @@ -11,7 +11,8 @@ import airtableQuery from "../utils/fetch"; import removeHyphens from "../utils/removeHyphens"; const Name = styled.p` - overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; overflow: hidden; `;