Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
c818ae55
Verified
Commit
c818ae55
authored
Sep 01, 2021
by
les
Browse files
fix overflow on event title @homepage
parent
13a6959a
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/style.less
View file @
c818ae55
...
...
@@ -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.
1
em !important;
line-height: 1.
2
em !important;
}
.body {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment