Fix extra padding on event truncated title
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ab724b0893
commit
ed7e6e4d4b
@ -248,10 +248,13 @@ a.card {
|
|||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 3;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-bottom: 8px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-end {
|
||||||
|
padding-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.event-subtitle {
|
.event-subtitle {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user