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

15 lines
336 B
SCSS

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