Merge pull request #5130 from wegotcoders/4948-add-linebreaks
line breaks have been added to long headings
This commit is contained in:
commit
cf3d6293dc
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue