/* Remove limite de largura e truncamento no breadcrumb */
.br-breadcrumb .crumb,
.br-breadcrumb .crumb a {
  max-width: none !important;
  word-break: break-word !important;
}