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

Merge pull request #2586 from haiwen/repair-layout-bug

repair layout bug
This commit is contained in:
杨顺强
2018-11-30 18:34:38 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -95,7 +95,6 @@
}
.cur-view-content {
display: flex;
padding: 0.625rem 1rem 1.25rem;
height: calc(100% - 40px);
flex: 1;

View File

@@ -58,6 +58,7 @@ img[src=""] {
}
.wiki-main-panel .cur-view-content {
display: flex;
overflow: hidden;
}