fix overflow on event title @homepage
This commit is contained in:
@@ -65,14 +65,14 @@ li {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
transition: all .5s;
|
display: -webkit-box;
|
||||||
display: block;
|
|
||||||
max-height: 3em;
|
|
||||||
color: white;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0.5rem 1rem 0.5rem 1rem;
|
margin: 0.5rem 1rem 0.5rem 1rem;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
-webkit-line-clamp: 3;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
font-size: 1.1em !important;
|
font-size: 1.1em !important;
|
||||||
line-height: 1.1em !important;
|
line-height: 1.2em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
|
|||||||
Reference in New Issue
Block a user