Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
4af9d12b
Commit
4af9d12b
authored
Jun 24, 2018
by
fred
Browse files
css: ellipsize very long words
parent
4eab992c
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/_specifics.scss
View file @
4af9d12b
...
...
@@ -2079,3 +2079,9 @@ div.programCell a.playlist {
user-select
:
none
;
cursor
:
default
;
}
article
p
,
.description
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
Write
Preview
Markdown
is supported
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