Commit 2cb5e6d74b97c519d8a52ae47a6fd562dcde3a19
1 parent
bbd50ab9
Exists in
master
and in
28 other branches
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,6 +1570,10 @@ a.button.disabled, input.disabled { | ||
1570 | } | 1570 | } |
1571 | .block iframe { | 1571 | .block iframe { |
1572 | border: none; | 1572 | border: none; |
1573 | +} | ||
1574 | + | ||
1575 | +.block iframe, | ||
1576 | +.block embed { | ||
1573 | max-width: 100%; | 1577 | max-width: 100%; |
1574 | } | 1578 | } |
1575 | .block-title.empty { | 1579 | .block-title.empty { |