Commit c5eabe3ba595c555d66c97c8df9532c759e06e1d

Authored by Daniela Feitosa
1 parent 66c70fea

Fixed width for large iframes on blocks

(ActionItem2512)
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1550,6 +1550,7 @@ a.button.disabled, input.disabled {
1550 1550 }
1551 1551 .block iframe {
1552 1552 border: none;
  1553 + max-width: 100%;
1553 1554 }
1554 1555 .block-title.empty {
1555 1556 display: none;
... ...