diff options
| -rw-r--r-- | views/default/css/elements/chrome.php | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php index d9db124d6..993d2839b 100644 --- a/views/default/css/elements/chrome.php +++ b/views/default/css/elements/chrome.php @@ -136,3 +136,6 @@ elgg-divide-right {  	border: 1px solid #ccc;  	padding: 3px 5px;  } +.elgg-output img { +	max-width: 100%; +} | 
