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

Merge pull request #1842 from haiwen/file-comment

[dir view] added 'file comment'
This commit is contained in:
Daniel Pan
2017-09-26 02:06:09 -05:00
committed by GitHub
10 changed files with 432 additions and 7 deletions

View File

@@ -3964,3 +3964,9 @@ img.thumbnail {
.license-file-upload {
margin-top:5px;
}
/* file comment */
.file-comment-panel-item-name {
display:inline-block;
max-width:215px;
}