Remove borders from iframes by default (#30620)

This commit is contained in:
Martijn Cuppens 2020-04-29 20:32:35 +02:00 committed by GitHub
parent 8bee113008
commit ed2caa5117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -575,6 +575,11 @@ output {
display: inline-block;
}
// Remove border from iframe
iframe {
border: 0;
}
// Summary
//

View file

@ -19,7 +19,6 @@
left: 0;
width: 100%;
height: 100%;
border: 0;
}
}