summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-20 12:53:26 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-20 12:53:26 +0300
commit0b8b4c38e37f1f4da7db3410f8d34f6cb05a916a (patch)
treea65c46b55e17910dbd379ad569016cf9be991846
parent5baf9bc92ddb66c93d0d2e16a95900ef49946c71 (diff)
downloadvaadin-framework-0b8b4c38e37f1f4da7db3410f8d34f6cb05a916a.tar.gz
vaadin-framework-0b8b4c38e37f1f4da7db3410f8d34f6cb05a916a.zip
Fixed NativeButton 1px caption jump #8294
-rw-r--r--WebContent/VAADIN/themes/base/button/button.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/button/button.scss b/WebContent/VAADIN/themes/base/button/button.scss
index ad4dce4978..0ee9c05a00 100644
--- a/WebContent/VAADIN/themes/base/button/button.scss
+++ b/WebContent/VAADIN/themes/base/button/button.scss
@@ -91,13 +91,14 @@
margin: 0;
color: inherit;
font: inherit;
- line-height: normal;
+ line-height: normal;
}
.v-nativebutton .v-nativebutton-caption {
vertical-align: middle;
white-space: nowrap;
font: inherit;
color: inherit;
+ display:block;
}
.v-nativebutton .v-icon {