mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Adding a video { width: 100%; } (#4204)
* Adding a video { width: 100%; } This is to prevent that videos included in pages don't exceed the page border * Reverting precedent commit * Adding a video { max-width: 100% } instead
This commit is contained in:
parent
56f234d1ee
commit
a9d952560d
@ -182,6 +182,10 @@ body.tox-fullscreen, body.markdown-fullscreen {
|
|||||||
.cm-editor {
|
.cm-editor {
|
||||||
margin-bottom: 1.375em;
|
margin-bottom: 1.375em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Page content pointers
|
// Page content pointers
|
||||||
|
Loading…
Reference in New Issue
Block a user