Limit image in comments to be max 100% of comments width
parent
1f0d4f3847
commit
05b6903cae
|
@ -85,4 +85,7 @@
|
|||
border-right: 0;
|
||||
}
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue