@import './healthcheck-output/index';
.healthcheck-output {
  @extend %healthcheck-output;
}
%healthcheck-output em::before {
  width: 250px;
  /* TODO: All tooltips previously used */
  /* nowrap, they shouldn't */
  white-space: normal !important;
}
/**/