Browse Source

Fix large images inside of unique answer image question #1543

Angel Fernando Quiroz Campos 8 years ago
parent
commit
527741ac6c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/Resources/public/css/base.css

+ 4 - 0
app/Resources/public/css/base.css

@@ -1910,6 +1910,10 @@ div.admin_section h4 {
   font-size: 22px;
   margin: 0;
 }
+.question_row_answer img {
+    max-width: 80%;
+    height: auto !important;
+}
 .ribbon {
     float:left;
     width:100%;