summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-10-15 14:55:20 +0300
committerVaadin Code Review <review@vaadin.com>2015-10-15 12:54:28 +0000
commit5b4906440b4113674b5c7cd88be68c0581bc564e (patch)
tree5f61a85a180652195e881155ded9946bfa473839 /WebContent
parent97d3acb56f456657abcd047df20f906f0cef4c11 (diff)
downloadvaadin-framework-5b4906440b4113674b5c7cd88be68c0581bc564e.tar.gz
vaadin-framework-5b4906440b4113674b5c7cd88be68c0581bc564e.zip
Fix Grid headers and Footers in Runo theme (#19141)
Change-Id: I76dcd437456351a8d5b0fffab6cc8bbfec6c2638
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/runo/grid/grid.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/grid/grid.scss b/WebContent/VAADIN/themes/runo/grid/grid.scss
index 1f049c5fb0..87fe88b9a2 100644
--- a/WebContent/VAADIN/themes/runo/grid/grid.scss
+++ b/WebContent/VAADIN/themes/runo/grid/grid.scss
@@ -72,4 +72,8 @@
background: #e7e9ea;
}
+ .#{$primaryStyleName}-column-header-content, .#{$primaryStyleName}-column-footer-content {
+ line-height: $v-grid-header-row-height;
+ }
+
}