Skip to content

Commit bfcb09b

Browse files
committed
Fixed alignment of the selection controller
1 parent ca28ec6 commit bfcb09b

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

src/main/resources/assets/styles/browse/user-browse-panel.less

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
.tree-grid-toolbar {
77
margin-top: 0;
8-
9-
.selection-controller {
10-
padding-left: 11px;
11-
}
128
}
139

1410
.user-list-box-wrapper {
@@ -28,3 +24,18 @@
2824
}
2925
}
3026
}
27+
28+
body {
29+
&._0-240,
30+
&._240-360,
31+
&._360-540,
32+
&._540-720 {
33+
.user-items-tree-list {
34+
.item-view-wrapper {
35+
&.checkbox-left {
36+
.checkbox-right();
37+
}
38+
}
39+
}
40+
}
41+
}

0 commit comments

Comments
 (0)