diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 959047779..1e9930443 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -127,6 +127,10 @@ a.wall-item-name-link { font-size: 1.112em; } +.wall-item-content img { + max-width: 100%; +} + .wall-item-title h3 { font-weight: bold; margin: 0px; |