.detail-table tbody {
  width: 100%;
}

.detail-table td {
  max-height: 250px;
}

.detail-table td.td-label-value {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
