Fix sass deprecations

https://sass-lang.com/documentation/breaking-changes/mixed-decls/
This commit is contained in:
Liam 2024-08-13 21:20:00 -04:00
parent 19a14b7e63
commit 70145f3926
2 changed files with 2 additions and 2 deletions

View file

@ -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%; }
} }

View file

@ -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,