devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
48 lines (40 loc) • 1.08 kB
text/less
/**
* DevExtreme (widgets/common/treeList.less)
* Version: 20.1.7
* Build date: Tue Aug 25 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./gridBase.less";
.grid-base(treelist);
.dx-treelist-container {
position: relative;
cursor: default;
white-space: normal;
line-height: normal;
}
.dx-treelist-rowsview {
.dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable,
.dx-treelist-best-fit.dx-treelist-cell-expandable {
white-space: nowrap;
.dx-treelist-text-content {
display: inline;
white-space: normal;
}
.dx-treelist-icon-container {
float: none;
}
}
.dx-treelist-icon-container {
display: inline-block;
white-space: nowrap;
vertical-align: top;
line-height: 1;
}
.dx-treelist-table-fixed {
.dx-treelist-icon-container {
float: left;
}
}
}