From 945cfed901f68bf3b14a87eaa3dc883bf8d48744 Mon Sep 17 00:00:00 2001 From: Roy de Kleijn Date: Mon, 26 Mar 2018 14:44:30 +0200 Subject: [PATCH] #240 fixed --- src/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 244d2d93..1056727c 100644 --- a/src/styles.css +++ b/src/styles.css @@ -81,7 +81,7 @@ tree-internal .tree li { } tree-internal .tree li div { - display: inline-block; + display: -webkit-inline-flex; box-sizing: border-box; } @@ -120,7 +120,6 @@ tree-internal .tree .node-selected:after { } tree-internal .tree .folding { - width: 25px; display: inline-block; line-height: 1px; padding: 0 5px;