From 2f14fa1bc367551c1b29b00f366c29a513274729 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Feb 2021 15:53:47 +0300 Subject: add a hack to position labels on a dijit toolbar better --- themes/light/dijit_basic.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/light') diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less index b6bd1860e..0582ddc5c 100644 --- a/themes/light/dijit_basic.less +++ b/themes/light/dijit_basic.less @@ -44,6 +44,11 @@ .dijitTextBox .dijitInputInner { line-height : 10px; } + + label { + position : relative; + top : 2px; + } } .dijitAccordionContainer { -- cgit v1.2.3