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