From: Stephen Cameron Date: Wed, 24 May 2017 13:31:35 +0000 (+0200) Subject: Increase max-width of tooltips to 340px. WIP #1392 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8539ca30f8150b51632e33d39a83fbd99ead67ff;p=fluidbook-html5.git Increase max-width of tooltips to 340px. WIP #1392 @0:05 --- diff --git a/style/fluidbook.css b/style/fluidbook.css index 22e04de3..72249ca0 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -1448,7 +1448,7 @@ a.button { border-radius: 5px; display: none; font-size: 0.8rem; - max-width: 180px; + max-width: 340px; z-index: 100; white-space: pre-wrap; line-height: 1.15rem; diff --git a/style/fluidbook.less b/style/fluidbook.less index 19a0b046..20a65a20 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1698,7 +1698,7 @@ a.button { border-radius: 5px; display: none; font-size: 0.8rem; - max-width: 180px; + max-width: 340px; z-index: 100; white-space: pre-wrap; line-height: 1.15rem;