Skip to content

Commit

Permalink
Fixed alignment of the selection controller
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Feb 20, 2025
1 parent 6d01f39 commit a244f5b
Showing 1 changed file with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,25 @@

.tree-grid-toolbar {
margin-top: 0;

.selection-controller {
padding-left: 11px;
}
}

.applications-list-box-wrapper {
overflow: auto;
height: calc(100% - 40px); // minus toolbar height
}
}

body {
&._0-240,
&._240-360,
&._360-540,
&._540-720 {
.applications-grid-list {
.item-view-wrapper {
&.checkbox-left {
.checkbox-right();
}
}
}
}
}

0 comments on commit a244f5b

Please # to comment.