2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

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
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -575,6 +575,11 @@ output {
display: inline-block;
}
// Remove border from iframe
iframe {
border: 0;
}
// Summary
//