Always use full width when used in an iframe

This commit is contained in:
Raphael Michel
2018-02-04 22:02:54 +01:00
parent fef211b220
commit 05ad9022c0

View File

@@ -3,6 +3,7 @@
} }
.in-iframe .container { .in-iframe .container {
padding-top: 10px; padding-top: 10px;
width: 100%;
} }
.iframe-only, .iframe-only,
.in-iframe .iframe-hidden { .in-iframe .iframe-hidden {