re-push feedback implementation

This commit is contained in:
CocoByte 2024-10-15 12:55:13 -06:00
parent b34d4cc140
commit 5f55c6dc7d
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 3 additions and 2 deletions

View file

@ -6187,9 +6187,9 @@ const setUpAttributes = tooltipTrigger => {
// DOTGOV: nest the text element to allow us greater control over width and wrapping behavior // DOTGOV: nest the text element to allow us greater control over width and wrapping behavior
tooltipBody.innerHTML = ` tooltipBody.innerHTML = `
<div class="usa-tooltip__content"> <span class="usa-tooltip__content">
${tooltipContent} ${tooltipContent}
</div>` </span>`
// -- END DOTGOV EDIT // -- END DOTGOV EDIT
return { return {

View file

@ -69,5 +69,6 @@
@include at-media('desktop') { @include at-media('desktop') {
width: 70vw; width: 70vw;
} }
display: block;
} }
} }