1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

repair bug (#5944)

This commit is contained in:
杨顺强
2024-02-06 17:25:00 +08:00
committed by GitHub
parent 1eb033b031
commit a84106bb2a
2 changed files with 3 additions and 0 deletions

View File

@@ -171,6 +171,7 @@
.dir-content-main .wiki-page-content { .dir-content-main .wiki-page-content {
flex: 1; flex: 1;
width: 100%;
} }
/* wiki-page-content children */ /* wiki-page-content children */

View File

@@ -68,6 +68,7 @@ img[src=""] {
display:flex; display:flex;
flex-direction:column; flex-direction:column;
min-height: 0; min-height: 0;
overflow: hidden;
} }
.wiki-main-panel .main-panel-north { .wiki-main-panel .main-panel-north {
@@ -125,6 +126,7 @@ img[src=""] {
.wiki-page-container .sf-slate-viewer-article-container { .wiki-page-container .sf-slate-viewer-article-container {
margin: 0 !important; margin: 0 !important;
width: 100%;
} }
.wiki-page-container .sf-slate-viewer-outline { .wiki-page-container .sf-slate-viewer-outline {