summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/sampler/table/styles.css3
1 files changed, 2 insertions, 1 deletions
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;
}