:host cmf-core-controls-columnview ::ng-deep .name .table-item-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
:host cmf-core-controls-columnview ::ng-deep .name .table-item-container.has-subtitle {
  line-height: 22px;
}
:host cmf-core-controls-columnview ::ng-deep .name .table-item-container span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
:host cmf-core-controls-columnview ::ng-deep .name .table-item-container span.main-title {
  font-size: 13px;
}
:host cmf-core-controls-columnview ::ng-deep .name .table-item-container span.sub-title {
  font-size: 12px;
}
