From 0f6644880a8ced1ab1e0860c585742b338382ce9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Mar 2021 16:18:59 +0300 Subject: yet another flex feedtree attempt --- themes/light/dijit_basic.less | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'themes/light/dijit_basic.less') diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less index 7e93975ba..f29461530 100644 --- a/themes/light/dijit_basic.less +++ b/themes/light/dijit_basic.less @@ -111,6 +111,17 @@ display : flex; flex-direction : row; align-items : center; + + // AAAAAA (pushes element down) + .dijitTreeIcon { + font-size : inherit; + height : auto; + } + + .dijitTreeExpando { + height : auto; + line-height : 0; + } } .dijitFolderClosed, -- cgit v1.2.3