From e34a38c1f00b528ad122018fe670b55329b9df22 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sun, 17 Feb 2019 08:35:25 +0100 Subject: [PATCH] Improve tree node title style --- app/src/components/Tree/TreeNodeTitle.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/components/Tree/TreeNodeTitle.tsx b/app/src/components/Tree/TreeNodeTitle.tsx index a2a2d0f..d547c65 100644 --- a/app/src/components/Tree/TreeNodeTitle.tsx +++ b/app/src/components/Tree/TreeNodeTitle.tsx @@ -73,19 +73,17 @@ const styles = (theme: Theme) => ({ overflow: 'hidden' as 'hidden', textOverflow: 'ellipsis' as 'ellipsis', padding: '0', - // display: 'inline-block' as 'inline-block', }, sourceEdge: { fontWeight: 'bold' as 'bold', overflow: 'hidden' as 'hidden', - // display: 'inline-block' as 'inline-block', }, title: { borderRadius: '4px', lineHeight: '1em', display: 'inline-block' as 'inline-block', whiteSpace: 'nowrap' as 'nowrap', - padding: '2px 4px 0px 4px', + padding: '1px 4px 0px 4px', height: '16px', margin: '1px 0px 2px 0px', },