Commit c5eabe3ba595c555d66c97c8df9532c759e06e1d
1 parent
66c70fea
Exists in
master
and in
22 other branches
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,6 +1550,7 @@ a.button.disabled, input.disabled { | ||
1550 | } | 1550 | } |
1551 | .block iframe { | 1551 | .block iframe { |
1552 | border: none; | 1552 | border: none; |
1553 | + max-width: 100%; | ||
1553 | } | 1554 | } |
1554 | .block-title.empty { | 1555 | .block-title.empty { |
1555 | display: none; | 1556 | display: none; |