From af93f5b93a8fc7a2e56da21f35ed6aa82e6b5f69 Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Thu, 28 Aug 2014 14:21:03 -0600 Subject: [PATCH] Expands list item to hold "static" badges for long item names --- static/styles/jaguar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/jaguar.css b/static/styles/jaguar.css index b55ac49f..7c44bfdf 100644 --- a/static/styles/jaguar.css +++ b/static/styles/jaguar.css @@ -54,6 +54,7 @@ li { width: 100%; } .navigation li.item { + overflow: hidden; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #333;