Fix large images inside of unique answer image question #1543

remotes/angel/1.11.x
Angel Fernando Quiroz Campos 8 years ago
parent 14a36f0ec7
commit 527741ac6c
  1. 4
      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%;

Loading…
Cancel
Save