15 lines
336 B
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;
|
|
}
|
|
/**/
|