summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-20 16:10:55 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-20 16:10:55 +0300
commit3552a52ca1c39dc79a669e44e1aadfa99e017f47 (patch)
tree5e139ba38f3fbaaeaa0f4c5c521eb77a00f60c9b /WebContent
parentfcebeb089895068970465e97a9bb37d44d73f3c9 (diff)
downloadvaadin-framework-3552a52ca1c39dc79a669e44e1aadfa99e017f47.tar.gz
vaadin-framework-3552a52ca1c39dc79a669e44e1aadfa99e017f47.zip
Fixed panel caption height causing 1px jump #8294
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/panel/panel.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/panel/panel.scss b/WebContent/VAADIN/themes/base/panel/panel.scss
index 93d82cd615..202e75c226 100644
--- a/WebContent/VAADIN/themes/base/panel/panel.scss
+++ b/WebContent/VAADIN/themes/base/panel/panel.scss
@@ -21,6 +21,7 @@
}
.v-panel-caption span {
vertical-align: middle;
+ display: table-row;
}
.v-panel-caption {
white-space: nowrap;