/**
* DevExtreme (widgets/common/box.less)
* Version: 19.2.6
* Build date: Thu Jan 30 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%;
}
