From 5b4906440b4113674b5c7cd88be68c0581bc564e Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 15 Oct 2015 14:55:20 +0300 Subject: Fix Grid headers and Footers in Runo theme (#19141) Change-Id: I76dcd437456351a8d5b0fffab6cc8bbfec6c2638 --- WebContent/VAADIN/themes/runo/grid/grid.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'WebContent/VAADIN/themes/runo') 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; + } + } -- cgit v1.2.3