Add word-wrap:break-word to deal with long words.

This commit is contained in:
Matt
2013-03-12 17:41:12 +00:00
parent 6cd89adc5c
commit 0099192688

View File

@@ -1,6 +1,7 @@
/* Misc */
.button { background-color: #0090d3; }
a { color: #0090d3; }
body { word-wrap:break-word; }
/* Base.html - top navigation */
.top-bar {