You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/07/13 19:30:09 UTC

[12/18] allura git commit: [#8088] Fix for images exceeding bubble

[#8088] Fix for images exceeding bubble


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/6e498139
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/6e498139
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/6e498139

Branch: refs/heads/master
Commit: 6e498139f6aebeece6dbe66907a44a718c6dda0b
Parents: 407997c
Author: Rohan Verma <ro...@gmail.com>
Authored: Thu Jun 23 19:34:38 2016 +0530
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 13 15:03:29 2016 -0400

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/6e498139/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index ab79801..4fee5f7 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2425,6 +2425,10 @@ div.attachment_thumb .file_type span {
   padding-left: 0;
 }
 
+.discussion-post img {
+    max-width: 100%;
+}
+
 #comment .row .options {
   position: relative;
   padding-top: 5px;