max-width 100% for images inside comments
This commit is contained in:
parent
ff39a1df91
commit
279c3dd61a
@ -4,6 +4,9 @@
|
||||
position: relative;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.comment IMG {
|
||||
max-width: 100%;
|
||||
}
|
||||
.comment .info {
|
||||
visibility: hidden;
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user