Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clarification
  • Loading branch information
estelle authored Mar 24, 2023
commit cd86a90fa98f341b2da0061962d7f60797c80558
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iframe {
border: 1px solid black;
width: 100%; /* takes precedence over width attribute */
width: 100%; /* takes precedence over the width set with the HTML width attribute */
}