From 46410bc2447cf67317853fc7d30b9c9b69f41414 Mon Sep 17 00:00:00 2001 From: Nick Gordon Date: Tue, 19 Nov 2013 06:39:14 -0800 Subject: [PATCH] accomodate longer titles per #1855 --- public/css/index.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/index.styl b/public/css/index.styl index 62c4b06f1a..776b93120f 100644 --- a/public/css/index.styl +++ b/public/css/index.styl @@ -66,6 +66,11 @@ hr margin-right: 10px; } +/* Bootstrap overrides */ +div.tooltip-inner { + max-width: 300px; +} + /* Customizations to make footer sticky */ /*html, body {height: 100%;}*/ #wrap