From 918c13822e30f7f594ae4e72e94ac4f651ccd164 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 8 Sep 2016 12:36:04 +0100 Subject: [PATCH] Don't let long titles (search query) break mobile layout --- assets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style.css b/assets/style.css index 907fa45..17fb449 100644 --- a/assets/style.css +++ b/assets/style.css @@ -23,6 +23,8 @@ a:hover { h1, h2 { margin-top: 0; + text-overflow: ellipsis; + overflow: hidden; } .wrapper {