From a31e4b589745edacbb07a7a83604eeb5eb0c823e Mon Sep 17 00:00:00 2001 From: lidice Date: Tue, 23 Feb 2016 19:52:44 +0900 Subject: [PATCH] Adjust img width in content box to max-width:100% --- src/main/webapp/assets/common/css/gitbucket.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index a92eed32b..2d33fab92 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -341,6 +341,10 @@ div.box-content-bottom { margin-bottom: 20px; } +div.box-content-bottom img { + max-width: 100%; +} + table.table th.box-header { background-color: #f5f5f5; }