Skip to content
Snippets Groups Projects
Commit b33ad43d authored by Stefan Bernhard's avatar Stefan Bernhard Committed by Dirk Sarpe
Browse files

cut title instead of wrapping it

parent c8ede82e
Branches
No related tags found
No related merge requests found
...@@ -157,6 +157,10 @@ header { ...@@ -157,6 +157,10 @@ header {
line-height: 1.25em; line-height: 1.25em;
font-family: 'Roboto Light'; font-family: 'Roboto Light';
overflow: hidden; overflow: hidden;
width: 100%;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
} }
.event-wrapper { .event-wrapper {
...@@ -231,4 +235,4 @@ footer img { ...@@ -231,4 +235,4 @@ footer img {
background-color: rgba(255,255,255,.9); background-color: rgba(255,255,255,.9);
transform: scale(1.5); transform: scale(1.5);
transition: border .33s ease-out, background-color .33s ease-out, transform .33s ease-out; transition: border .33s ease-out, background-color .33s ease-out, transform .33s ease-out;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment