Commit 680191c332ac33b6616dd269acdda39d9b786c46

Authored by Daniela Feitosa
1 parent 20c9a186

Fixed width and height of images from portal headlines

(ActionItem2461)
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -460,6 +460,8 @@ div.pending-tasks {
460 460 .headline img {
461 461 float:left;
462 462 margin: 5px;
  463 + max-width: 100%;
  464 + height: auto;
463 465 }
464 466 .news-area {
465 467 border: 1px solid black;
... ...