1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

[style] fix-tag-style (#2810)

This commit is contained in:
Michael An
2019-01-10 16:32:24 +08:00
committed by Daniel Pan
parent 2c4ca8a914
commit 598a76904e

View File

@@ -114,10 +114,15 @@
max-width: 180px;
}
.file-tag-list .file-tag-item .file-tag {
width: 12px;
height: 12px;
}
.file-tag-list .tag-name {
display: inline-block;
margin-left: 5px;
width: 100px;
width: 80px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;