From 8539ca30f8150b51632e33d39a83fbd99ead67ff Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Wed, 24 May 2017 15:31:35 +0200 Subject: [PATCH] Increase max-width of tooltips to 340px. WIP #1392 @0:05 --- style/fluidbook.css | 2 +- style/fluidbook.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5