From: Jouni Koivuviita Date: Tue, 5 Aug 2014 19:54:46 +0000 (+0300) Subject: Fix tree row height in IE8 (Valo) X-Git-Tag: 7.3.0.rc1~11^2~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2febf6e86a4f3d0d294edf96e81b9674e2bac8e4;p=vaadin-framework.git Fix tree row height in IE8 (Valo) Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7 --- 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%;