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 {
|
.stream_element {
|
||||||
border-bottom: 1px solid $border-grey;
|
border-bottom: 1px solid $border-grey;
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
&:last-child {
|
&:last-child {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue