From 2febf6e86a4f3d0d294edf96e81b9674e2bac8e4 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 5 Aug 2014 22:54:46 +0300 Subject: [PATCH] Fix tree row height in IE8 (Valo) Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7 --- WebContent/VAADIN/themes/valo/components/_tree.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/valo/components/_tree.scss b/WebContent/VAADIN/themes/valo/components/_tree.scss index 1327320cd4..7e00f4ec09 100644 --- a/WebContent/VAADIN/themes/valo/components/_tree.scss +++ b/WebContent/VAADIN/themes/valo/components/_tree.scss @@ -51,7 +51,6 @@ $v-tree-expand-animation-enabled: false !default; opacity: 0; .v-ie8 & { - content: "+"; position: static; margin-left: -1.9em; vertical-align: top; @@ -72,6 +71,9 @@ $v-tree-expand-animation-enabled: false !default; overflow: hidden; white-space: nowrap; + // Mainly to satisty IE8 (doesn't harm other browsers) + vertical-align: top; + & > div { display: inline-block; width: 100%; -- 2.39.5