From 87782b65d00c4d7bf89488e9909060a6088fbdae Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 17 Oct 2017 13:15:44 +0300 Subject: [PATCH] Fix more CSS --- webapp/static/css/webapp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/static/css/webapp.css b/webapp/static/css/webapp.css index 275c5e3..1a745fa 100644 --- a/webapp/static/css/webapp.css +++ b/webapp/static/css/webapp.css @@ -11,7 +11,7 @@ body { margin-right: auto !important; } -.tooltip-inner { +div.tooltip-inner { max-width: 25rem; }