mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
fix: adjust wiki editor margin error
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user