From 0b8b4c38e37f1f4da7db3410f8d34f6cb05a916a Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Thu, 20 Sep 2012 12:53:26 +0300 Subject: [PATCH] Fixed NativeButton 1px caption jump #8294 --- WebContent/VAADIN/themes/base/button/button.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.39.5