summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-04-30 16:24:58 +0300
committerJouni Koivuviita <jouni@vaadin.com>2014-04-30 16:24:58 +0300
commit927cec27b8143f5b181ea1b16c3415c577aa6708 (patch)
tree90093532e1242b28631c79b6beef5759c0208706 /WebContent
parent5e032c28e10d10316ac6fb3a816ffe3facc22c84 (diff)
downloadvaadin-framework-927cec27b8143f5b181ea1b16c3415c577aa6708.tar.gz
vaadin-framework-927cec27b8143f5b181ea1b16c3415c577aa6708.zip
Fix native button height
line-height: inherit ends up as 0 since component containers have line-height: 0; applied. Change-Id: Ifc86934dc68d938a4c8ba6732106f3562dda06a4
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/valo/shared/_global.scss2
1 files changed, 1 insertions, 1 deletions
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 {