From c8adfc5595d71282ae1990420943a4f051d1d264 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 28 Mar 2019 21:15:22 +0100 Subject: [PATCH] UI Jstree: Small padding and height adjustment of anchors. --- src/styles/plugins/_jstree.sass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/plugins/_jstree.sass b/src/styles/plugins/_jstree.sass index b0e18e52..19c6ec74 100644 --- a/src/styles/plugins/_jstree.sass +++ b/src/styles/plugins/_jstree.sass @@ -25,7 +25,6 @@ $tree-color-highlight-background-text: $primary &[is_free='true'] .jstree-anchor padding-right: initial - &:after color: $tree-color-highlight content: '\e84e' !important @@ -84,8 +83,8 @@ $tree-color-highlight-background-text: $primary width: 98% border: none font-size: 13px - height: inherit overflow: hidden + padding-left: 25px text-overflow: ellipsis white-space: nowrap width: 100% @@ -166,7 +165,6 @@ $tree-color-highlight-background-text: $primary &[is_free='true'] .jstree-anchor padding-right: initial - &:after display: none !important