From 927cec27b8143f5b181ea1b16c3415c577aa6708 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 30 Apr 2014 16:24:58 +0300 Subject: [PATCH] Fix native button height line-height: inherit ends up as 0 since component containers have line-height: 0; applied. Change-Id: Ifc86934dc68d938a4c8ba6732106f3562dda06a4 --- WebContent/VAADIN/themes/valo/shared/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/valo/shared/_global.scss b/WebContent/VAADIN/themes/valo/shared/_global.scss index ed2e45e244..c976cac3b8 100644 --- a/WebContent/VAADIN/themes/valo/shared/_global.scss +++ b/WebContent/VAADIN/themes/valo/shared/_global.scss @@ -272,7 +272,7 @@ $valo-shared-pathPrefix: null; button { font: inherit; font-weight: 400; - line-height: inherit; + line-height: $v-line-height; } .v-disabled { -- 2.39.5