Skip to content

Commit

Permalink
add word wrapping to station tiles,
Browse files Browse the repository at this point in the history
Relates #148
  • Loading branch information
sima-qian committed Oct 18, 2018
1 parent 60eae6f commit e50802c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/CategoryListing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`;

Expand Down

0 comments on commit e50802c

Please sign in to comment.