Fix max lines 2 (on webkit browsers)
This commit is contained in:
parent
5ff466f38f
commit
2aa089df91
1 changed files with 4 additions and 0 deletions
|
|
@ -187,6 +187,10 @@
|
|||
min-height: 80px;
|
||||
.file-name {
|
||||
font-weight: 700;
|
||||
display: block;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
max-lines: 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue