We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75876ae commit 3421d31Copy full SHA for 3421d31
src/node-renderer-default.scss
@@ -41,7 +41,13 @@ $row-padding: 10px;
41
}
42
43
44
+%rowItem {
45
+ display: inline-block;
46
+ vertical-align: middle;
47
+}
48
+
49
.rowContents {
50
+ @extend %rowItem;
51
position: relative;
52
height: 100%;
53
border: solid #BBB 1px;
@@ -58,20 +64,17 @@ $row-padding: 10px;
58
64
59
65
60
66
.rowLabel {
67
61
68
flex: 0 1 auto;
62
69
padding-right: 20px;
63
70
71
72
.rowToolbar {
73
74
75
display: flex;
76
77
-%rowItem {
- display: inline-block;
- vertical-align: middle;
-}
-
78
.moveHandle {
79
@extend %rowItem;
80
0 commit comments