]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix tree row height in IE8 (Valo)
authorJouni Koivuviita <jouni@vaadin.com>
Tue, 5 Aug 2014 19:54:46 +0000 (22:54 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 7 Aug 2014 14:21:21 +0000 (14:21 +0000)
Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7

WebContent/VAADIN/themes/valo/components/_tree.scss

index 1327320cd4b1c5f349017eef8d4cef6741c06847..7e00f4ec09fe9f104a594dc76dc0f10374127e62 100644 (file)
@@ -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%;