Add word-wrap:break-word to deal with long words.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/* Misc */
|
/* Misc */
|
||||||
.button { background-color: #0090d3; }
|
.button { background-color: #0090d3; }
|
||||||
a { color: #0090d3; }
|
a { color: #0090d3; }
|
||||||
|
body { word-wrap:break-word; }
|
||||||
|
|
||||||
/* Base.html - top navigation */
|
/* Base.html - top navigation */
|
||||||
.top-bar {
|
.top-bar {
|
||||||
@@ -45,4 +46,4 @@ hr.gradient {
|
|||||||
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
|
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
|
||||||
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
|
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
|
||||||
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
|
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user