mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-05 10:43:23 +02:00
re-push feedback implementation
This commit is contained in:
parent
b34d4cc140
commit
5f55c6dc7d
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -69,5 +69,6 @@
|
||||||
@include at-media('desktop') {
|
@include at-media('desktop') {
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
}
|
}
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue