fix overflow on event title @homepage

This commit is contained in:
les
2021-09-01 11:16:13 +02:00
parent 13a6959a80
commit c818ae55df

View File

@@ -65,14 +65,14 @@ li {
overflow: hidden;
.title {
transition: all .5s;
display: block;
max-height: 3em;
color: white;
display: -webkit-box;
overflow: hidden;
margin: 0.5rem 1rem 0.5rem 1rem;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
font-size: 1.1em !important;
line-height: 1.1em !important;
line-height: 1.2em !important;
}
.body {