From 844b072b71714408f072d1e02d77c1f78d6da0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pior?= Date: Mon, 26 Feb 2018 13:51:55 +0100 Subject: [PATCH] #6809 fix truncated labels on tabs --- js/notebook/src/tree/styles/tree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/notebook/src/tree/styles/tree.css b/js/notebook/src/tree/styles/tree.css index 8b05c75e63..9a4336ac30 100644 --- a/js/notebook/src/tree/styles/tree.css +++ b/js/notebook/src/tree/styles/tree.css @@ -40,7 +40,7 @@ min-width: 35px; margin-left: -1px; border: 1px solid transparent; - padding: 6px 15px 4px 15px; + padding: 4px 15px; } #beakerx-tree-widget .p-TabBar-tab:first-child {