diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-20 12:53:26 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-20 12:53:26 +0300 |
commit | 0b8b4c38e37f1f4da7db3410f8d34f6cb05a916a (patch) | |
tree | a65c46b55e17910dbd379ad569016cf9be991846 | |
parent | 5baf9bc92ddb66c93d0d2e16a95900ef49946c71 (diff) | |
download | vaadin-framework-0b8b4c38e37f1f4da7db3410f8d34f6cb05a916a.tar.gz vaadin-framework-0b8b4c38e37f1f4da7db3410f8d34f6cb05a916a.zip |
Fixed NativeButton 1px caption jump #8294
-rw-r--r-- | WebContent/VAADIN/themes/base/button/button.scss | 3 |
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 { |