.locate-action-icon {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 2px;
}

.custom-icon-search {
  background-image: url('/bundles/pimcoreadmin/img/material-icons/outline-search-24px.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}


.wrap-text {
   white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.4em;
}

.wrap-text > .x-grid-cell-inner{
    white-space: normal !important;
}