Sfoglia il codice sorgente

Fix large images inside of unique answer image question #1543

Angel Fernando Quiroz Campos 8 anni fa
parent
commit
527741ac6c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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;
   font-size: 22px;
   margin: 0;
   margin: 0;
 }
 }
+.question_row_answer img {
+    max-width: 80%;
+    height: auto !important;
+}
 .ribbon {
 .ribbon {
     float:left;
     float:left;
     width:100%;
     width:100%;