2200 - Adding tooltip to Total messages header for explanation

This commit is contained in:
Jonathan Bobel
2025-01-17 13:38:36 -05:00
parent 92935867ea
commit 565e6ad509
3 changed files with 39 additions and 11 deletions
+10 -10
View File
@@ -60,16 +60,16 @@ $failed: color('gray-cool-20');
}
}
.usa-tooltip {
line-height: 1;
.usa-tooltip__body {
width: units(mobile);
font-size: size("body", 2);
height: auto;
white-space: wrap;
line-height: units(1);
}
}
// .usa-tooltip {
// line-height: 1;
// .usa-tooltip__body {
// width: units(mobile);
// font-size: size("body", 2);
// height: auto;
// white-space: wrap;
// line-height: units(1);
// }
// }
.progress-bar {
width: 300px;