From a5a086b283a2b38d31986f5d5a400cfcb474576c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 17 Oct 2017 13:06:26 +0300 Subject: [PATCH] Fix tooltip styles --- webapp/static/css/webapp.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webapp/static/css/webapp.css b/webapp/static/css/webapp.css index 05be3da..275c5e3 100644 --- a/webapp/static/css/webapp.css +++ b/webapp/static/css/webapp.css @@ -10,3 +10,11 @@ body { margin-left: auto !important; margin-right: auto !important; } + +.tooltip-inner { + max-width: 25rem; +} + +.tooltip { + margin-left: 1rem; +} \ No newline at end of file