diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index e239bd79d..28bfdf5ff 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -58,18 +58,13 @@ } .comments img { overflow:hidden; - width: 100%; + /*width: 100%;*/ max-width: 500px; - height: auto; + height: auto !important; width:expression(this.width > 500 ? "500px" : this.width+"px"); } -