﻿.ui-grid-viewport .ui-grid-cell-contents {
  word-wrap: break-word;
  white-space: normal !important;
   overflow:visible;
  height: auto!important;
  min-height: 29px!important;
}

.ui-grid-cell {
    display : table-cell;
    height: auto !important;
    overflow:visible;
    position: static;
}

.ui-grid-row {
  height: auto!important;
  min-height: 30px!important;
  position: static;
  border-bottom:1px solid gainsboro;
}
.ui-grid-filter {
  height: auto!important;
  min-height: 30px!important;
  position: static!important;
  border-bottom:1px solid gainsboro!important;
}

.ui-grid-row div[role=row] {
  display: flex ;
  align-content: stretch;
}
.ui-grid-header-cell .ui-grid-cell-contents {
     height: 25px;
     white-space: normal;
     -ms-text-overflow: clip;
     -o-text-overflow: clip;
     text-overflow: clip;
     overflow: visible;
}
