1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

fix-selection

This commit is contained in:
Michael18811380328
2018-12-13 14:30:45 +08:00
parent 0d629a4f8e
commit ccb2008282
2 changed files with 38 additions and 6 deletions

View File

@@ -32,6 +32,6 @@
}
.review-comment-dialog .review-comment-dialog-quote {
margin-top: 10px;
max-height: 4rem;
overflow: hidden;
max-height: 6rem;
overflow: auto;
}