summaryrefslogtreecommitdiff
path: root/themes/light/dijit_basic.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 18:14:05 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 18:14:05 +0300
commit760a26e48412629a03feb0d9af949f60da564453 (patch)
tree63005a6d83596846d2bf58850508374f84d0f0e0 /themes/light/dijit_basic.less
parent737cffc24162167b7a61b83870289a0e2ad5cb36 (diff)
fix height of dijit input boxes embedded into toolbars
Diffstat (limited to 'themes/light/dijit_basic.less')
-rw-r--r--themes/light/dijit_basic.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index 2854c77d0..b6bd1860e 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -40,6 +40,10 @@
.dijitToolbar {
font-size: 13px;
padding: 0px;
+
+ .dijitTextBox .dijitInputInner {
+ line-height : 10px;
+ }
}
.dijitAccordionContainer {