Skip to content

Commit 3421d31

Browse files
committed
Make it look a little bit better on IE9
1 parent 75876ae commit 3421d31

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/node-renderer-default.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ $row-padding: 10px;
4141
}
4242
}
4343

44+
%rowItem {
45+
display: inline-block;
46+
vertical-align: middle;
47+
}
48+
4449
.rowContents {
50+
@extend %rowItem;
4551
position: relative;
4652
height: 100%;
4753
border: solid #BBB 1px;
@@ -58,20 +64,17 @@ $row-padding: 10px;
5864
}
5965

6066
.rowLabel {
67+
@extend %rowItem;
6168
flex: 0 1 auto;
6269
padding-right: 20px;
6370
}
6471

6572
.rowToolbar {
73+
@extend %rowItem;
6674
flex: 0 1 auto;
6775
display: flex;
6876
}
6977

70-
%rowItem {
71-
display: inline-block;
72-
vertical-align: middle;
73-
}
74-
7578
.moveHandle {
7679
@extend %rowItem;
7780

0 commit comments

Comments
 (0)