1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00

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

View File

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