From b1a0d597101fe6e61065325fb4f9e2ecbe2a0b51 Mon Sep 17 00:00:00 2001 From: Xavier Rousset Date: Thu, 29 Sep 2016 18:11:58 +0200 Subject: [PATCH] PHRAS-1235 Change design to remove tooltip truncate --- resources/www/_shared/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/www/_shared/styles/main.scss b/resources/www/_shared/styles/main.scss index 688dc75f1b..56a92e893c 100644 --- a/resources/www/_shared/styles/main.scss +++ b/resources/www/_shared/styles/main.scss @@ -28,7 +28,7 @@ img{ } .popover { max-width: none; - width: auto; + width: 98% !important; } }