Styles: Added max-width for iframes in content

For #5130
This commit is contained in:
Dan Brown 2024-08-27 13:32:16 +01:00
parent 1f2506221a
commit 90d1223acd
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -106,7 +106,7 @@
margin-bottom: 1.375em; margin-bottom: 1.375em;
} }
video { video, iframe {
max-width: 100%; max-width: 100%;
} }