mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fix sass deprecations
https://sass-lang.com/documentation/breaking-changes/mixed-decls/
This commit is contained in:
parent
19a14b7e63
commit
70145f3926
2 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.commission__listing__body_text {
|
.commission__listing__body_text {
|
||||||
img { max-width: 100%; }
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
|
img { max-width: 100%; }
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,11 +26,11 @@ span.communication__body__sender-name {
|
||||||
}
|
}
|
||||||
|
|
||||||
.communication__body__text {
|
.communication__body__text {
|
||||||
img { max-width: 100%; }
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
line-height: 1.35em;
|
line-height: 1.35em;
|
||||||
|
img { max-width: 100%; }
|
||||||
}
|
}
|
||||||
|
|
||||||
span.communication__sender__stats,
|
span.communication__sender__stats,
|
||||||
|
|
Loading…
Reference in a new issue