Set width so that overflow css rules are applied. (#2988)

Added overflow-wrap break word so that more of the clipped title is
displayed.

Co-authored-by: Simon Epstein <simon.epstein@67bricks.com>
This commit is contained in:
Simon Epstein 2022-12-22 14:10:30 +00:00 committed by GitHub
parent 4711c75909
commit 7ea690bf9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
overflow-wrap: break-word;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;