feat: display two lines in image view
This commit is contained in:
parent
55a55e7f7b
commit
a0b9f02acf
1 changed files with 7 additions and 0 deletions
|
|
@ -160,6 +160,13 @@
|
|||
|
||||
.ellipsis {
|
||||
vertical-align: bottom;
|
||||
|
||||
// Display two lines instead of one
|
||||
white-space: normal;
|
||||
display: -webkit-box;
|
||||
line-clamp: 2;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue