Remove borders from iframes by default (#30620)
This commit is contained in:
parent
8bee113008
commit
ed2caa5117
3 changed files with 6 additions and 2 deletions
|
|
@ -575,6 +575,11 @@ output {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
// Remove border from iframe
|
||||
|
||||
iframe {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
// Summary
|
||||
//
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue