mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +02:00
Fix broken comment CSS
This commit is contained in:
parent
1ae577acdb
commit
570ee1225a
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-content {
|
.comment-content {
|
||||||
word-break: break-all;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
.comment-content img {
|
.comment-content img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue