🔀 Merge pull request #871 from AaronPorts/master

IframeWidget min-height reduce to 80px
This commit is contained in:
Alicia Sykes 2022-09-11 22:44:29 +01:00 committed by GitHub
commit 5f96b6ccf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export default {
.iframe-widget {
iframe {
width: 100%;
min-height: 240px;
min-height: 80px;
border: 0;
}
}