Commit bf021fbb authored by Annabel Dunstone's avatar Annabel Dunstone

Break in middle of word if a span within parallel view

parent fdeeca3a
......@@ -131,8 +131,13 @@
margin: 0;
padding: 0 0.5em;
border: none;
&.parallel {
display: table-cell;
span {
word-break: break-all;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment