Commit 2cb5e6d74b97c519d8a52ae47a6fd562dcde3a19

Authored by Daniela Feitosa
1 parent bbd50ab9

Fixed width for large embeds on blocks

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1570,6 +1570,10 @@ a.button.disabled, input.disabled {
1570 1570 }
1571 1571 .block iframe {
1572 1572 border: none;
  1573 +}
  1574 +
  1575 +.block iframe,
  1576 +.block embed {
1573 1577 max-width: 100%;
1574 1578 }
1575 1579 .block-title.empty {
... ...