devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
22 lines (19 loc) • 499 B
text/less
/**
* DevExtreme (widgets/common/box.less)
* Version: 20.1.4
* Build date: Tue Jun 02 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-box-item-content {
font-size: 14px;
}
.dx-box-fallback-item > .dx-box-item-content {
width: 100%;
height: 100%;
}
.dx-box-item-content { // stylelint-disable-line no-duplicate-selectors
flex-direction: column;
max-width: 100%;
}