Merge pull request #5130 from wegotcoders/4948-add-linebreaks

line breaks have been added to long headings
This commit is contained in:
Jonne Haß 2014-08-24 13:22:57 +02:00
commit cf3d6293dc

View file

@ -7,6 +7,11 @@
.stream_element {
border-bottom: 1px solid $border-grey;
h1, h2, h3, h4, h5, h6 {
word-wrap: break-word;
word-break: break-word;
}
p {
&:last-child {
padding-bottom: 0;