From b33ad43d3858d130a35f07e207d8a46196dfadd0 Mon Sep 17 00:00:00 2001 From: Stefan Bernhard <stefan.bernhard@idiv.de> Date: Mon, 3 Jul 2017 15:49:25 +0200 Subject: [PATCH] cut title instead of wrapping it --- code/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/style.css b/code/style.css index fa58e4d..7a64449 100644 --- a/code/style.css +++ b/code/style.css @@ -157,6 +157,10 @@ header { line-height: 1.25em; font-family: 'Roboto Light'; overflow: hidden; + width: 100%; + display: block; + text-overflow: ellipsis; + white-space: nowrap; } .event-wrapper { @@ -231,4 +235,4 @@ footer img { background-color: rgba(255,255,255,.9); transform: scale(1.5); transition: border .33s ease-out, background-color .33s ease-out, transform .33s ease-out; -} \ No newline at end of file +} -- GitLab