1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00

repair lyout bug

This commit is contained in:
shanshuirenjia
2018-11-30 18:33:15 +08:00
parent bb12841b3c
commit 15b6f78c4e
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;
}