diff --git a/frontend/src/css/lib-content-view.css b/frontend/src/css/lib-content-view.css index 76a7ebf4b1..945771383b 100644 --- a/frontend/src/css/lib-content-view.css +++ b/frontend/src/css/lib-content-view.css @@ -171,6 +171,7 @@ .dir-content-main .wiki-page-content { flex: 1; + width: 100%; } /* wiki-page-content children */ diff --git a/frontend/src/pages/wiki/wiki.css b/frontend/src/pages/wiki/wiki.css index b5420222c2..4e39d23275 100644 --- a/frontend/src/pages/wiki/wiki.css +++ b/frontend/src/pages/wiki/wiki.css @@ -68,6 +68,7 @@ img[src=""] { display:flex; flex-direction:column; min-height: 0; + overflow: hidden; } .wiki-main-panel .main-panel-north { @@ -125,6 +126,7 @@ img[src=""] { .wiki-page-container .sf-slate-viewer-article-container { margin: 0 !important; + width: 100%; } .wiki-page-container .sf-slate-viewer-outline {