diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-07 20:18:46 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-07 22:57:13 +0200 |
commit | 3f1a8b7709b289897f76153d4877867bc073a0b7 (patch) | |
tree | 4384c3263da360579fffee7e39c2ae76d0156ba4 /WebContent | |
parent | 68406d87bb4dfb90d460ac02ef6412493f76eba7 (diff) | |
download | vaadin-framework-3f1a8b7709b289897f76153d4877867bc073a0b7.tar.gz vaadin-framework-3f1a8b7709b289897f76153d4877867bc073a0b7.zip |
Reset line-height in layouts the same way as for v-scrollable (#10598)
Change-Id: Iee684359f8d2ca6d06fe3014ab32d74cce3e7f73
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/layout/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/layout/layout.scss b/WebContent/VAADIN/themes/base/layout/layout.scss index e085abcc60..d49b2ad0dd 100644 --- a/WebContent/VAADIN/themes/base/layout/layout.scss +++ b/WebContent/VAADIN/themes/base/layout/layout.scss @@ -37,6 +37,7 @@ TODO .v-verticallayout, .v-horizontallayout { font-size: 0; + line-height: normal; } .v-gridlayout.v-layout-margin-bottom { |