summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-19 09:24:56 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-19 09:24:56 +0300
commit834346b12fc04908dcfe486ea0d990d53b39e4cb (patch)
tree7fa2b5dee205fa0a940ccdcb063b114853d19746 /WebContent/VAADIN/themes/base
parentb5019ec6788de767ef965578b2ce3ba7fc612516 (diff)
downloadvaadin-framework-834346b12fc04908dcfe486ea0d990d53b39e4cb.tar.gz
vaadin-framework-834346b12fc04908dcfe486ea0d990d53b39e4cb.zip
Fixed issue where layouts with empty slots gets line height. #8294
Diffstat (limited to 'WebContent/VAADIN/themes/base')
-rw-r--r--WebContent/VAADIN/themes/base/layout/layout.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/layout/layout.scss b/WebContent/VAADIN/themes/base/layout/layout.scss
index 1be2cfccd6..b1d7101812 100644
--- a/WebContent/VAADIN/themes/base/layout/layout.scss
+++ b/WebContent/VAADIN/themes/base/layout/layout.scss
@@ -55,6 +55,7 @@ TODO
.v-vertical,
.v-horizontal {
display: inline-block;
+ line-height:0;
}
div.v-layout.v-horizontal.v-widget {