From 8d66114992a0451622d1c9e5e97be72f974afc1b Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Wed, 23 Nov 2016 11:21:21 -0800 Subject: [PATCH] Change max-width for tables to 150px --- notebook/static/notebook/less/renderedhtml.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/less/renderedhtml.less b/notebook/static/notebook/less/renderedhtml.less index 4e3462c03..bdc8cb07a 100644 --- a/notebook/static/notebook/less/renderedhtml.less +++ b/notebook/static/notebook/less/renderedhtml.less @@ -76,7 +76,7 @@ padding: 0.5em 0.5em; line-height: 1.0; white-space: nowrap; - max-width: 100px; + max-width: 150px; text-overflow: ellipsis; overflow: hidden; border: none;