summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-19 11:09:22 +0300
committerVaadin Code Review <review@vaadin.com>2014-08-19 14:47:28 +0000
commitddb2940bfb34b25fac14f2700385c6fdda7873c1 (patch)
tree74b3dd6cdd002044e9537f09251e650ea6fdb0ec
parent403b9b5870ea643edfe7fe8a2390f0a012f69d5e (diff)
downloadvaadin-framework-ddb2940bfb34b25fac14f2700385c6fdda7873c1.tar.gz
vaadin-framework-ddb2940bfb34b25fac14f2700385c6fdda7873c1.zip
Small adjustment to MenuBar line-height (Valo)
Change-Id: I00eae3c53d78a4fc086567d677ce8f24e441a880
-rw-r--r--WebContent/VAADIN/themes/valo/components/_menubar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_menubar.scss b/WebContent/VAADIN/themes/valo/components/_menubar.scss
index f03bc3d022..7368579d43 100644
--- a/WebContent/VAADIN/themes/valo/components/_menubar.scss
+++ b/WebContent/VAADIN/themes/valo/components/_menubar.scss
@@ -91,7 +91,7 @@
text-align: left;
@if $unit-size {
- line-height: $unit-size - first-number($v-border) * 2 - 1px;
+ line-height: $unit-size - first-number($v-border) * 2;
> .#{$primary-stylename}-menuitem {
padding: 0 round($unit-size/2.6);