1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

Merge pull request #2641 from haiwen/fix-selection

fix-selection
This commit is contained in:
Daniel Pan
2018-12-14 12:06:32 +08:00
committed by GitHub
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;
}