1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00

fix: adjust wiki editor margin error

This commit is contained in:
liuhongbo
2024-07-05 16:14:17 +08:00
parent 553287194a
commit 47893ed87f

View File

@@ -114,6 +114,9 @@ img[src=""] {
}
/* wiki editor */
.sdoc-content-wrapper {
height: auto;
}
.sdoc-editor-container {
flex: 1;
display: flex;
@@ -145,6 +148,7 @@ img[src=""] {
flex: 1;
display: flex;
flex-direction: column;
min-height: auto;
}
.sdoc-editor-container .wiki-viewer-container {