mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
css: layout, restrict innerdoc width instead of outerdoc width
This commit is contained in:
parent
51b857ad1a
commit
6a5c35b651
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ html.inner-editor {
|
|||
#outerdocbody {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
min-height: 100vh; /* take at least full height */
|
||||
}
|
||||
#outerdocbody iframe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue