open-consul/ui-v2/app/styles/components/healthcheck-output.scss

12 lines
257 B
SCSS

@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;
}
/**/