From fe584eb84ff7a0dd59f62202505526e27f01747a Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 23 Nov 2010 11:18:49 +0000 Subject: [PATCH] #6033 - Table header icons are too low in Table samples svn changeset:16105/svn branch:6.5 --- WebContent/VAADIN/themes/sampler/table/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/sampler/table/styles.css b/WebContent/VAADIN/themes/sampler/table/styles.css index 5c4dd97a3c..c7d513ee12 100644 --- a/WebContent/VAADIN/themes/sampler/table/styles.css +++ b/WebContent/VAADIN/themes/sampler/table/styles.css @@ -29,6 +29,7 @@ width: 16px; } -.v-table-iso3166 .v-icon { +/* explicitly set row icon height to avoid height calculation problems */ +.v-table-iso3166 .v-table-cell-content .v-icon { height:11px; } -- 2.39.5