moneyadviceservice / dough

Reusable UI components
http://www.madewithdough.org.uk/
MIT License
9 stars 1 forks source link

[DEV APPROVED] TP: 9886, Comment: Fixes positioning of popup on Car Cost Calculator #306

Closed davidtrussler closed 5 years ago

davidtrussler commented 5 years ago

TP9886

When the popup tip component is applied to the Car Costs Calculator there is a problem with the way the positioning is applied.

This is because the styles within Dough assume the containing element is a <div> where in practice it can be any element and in this instance is a <span>. This work updates the style so that the parent can be any element.