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

fix-shared-markdown-file (#2775)

This commit is contained in:
Michael An
2019-01-07 12:38:33 +08:00
committed by Daniel Pan
parent 3e846c5ed0
commit d561acd24f
2 changed files with 12 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
border: 1px solid #ccc;
margin: 0 auto;
box-shadow: 0 0 6px #ccc;
width: 756px;
width: 950px;
background: #fff;
overflow: auto;
}
@@ -70,4 +70,10 @@
width: 100%;
padding: 10px 20px;
}
.shared-file-view-body .md-view {
width: 95%;
}
.shared-file-view-body .md-view .article {
padding: 40px;
}
}