From b44781e8349c4ee1eec8d42b1de32f7241b290fc Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 20 Jun 2019 10:51:15 -0700 Subject: [PATCH] Be friendlier with SVG logos, E.g: dask; dont have them "sqashed" by the surrounding .li. This seem to mostly affect small width and svg logo like Dask; leaving the other ones happy to be wider if necessary. --- combo.css | 1 + 1 file changed, 1 insertion(+) diff --git a/combo.css b/combo.css index 4602a51..0f9195a 100644 --- a/combo.css +++ b/combo.css @@ -68,6 +68,7 @@ div.vis-item.vis-selected { margin: 10px; padding: 20px; font-size: 19px; + min-width: 105px; }