scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Multi-word tooltips out of alignment #170

Open scottohara opened 4 years ago

scottohara commented 4 years ago

Repro: https://plnkr.co/edit/obNMnfxwKdm6TnYdj6bz?p=preview

(Change the angular-ui-bootstrap script tag between version 1.1.2 and 1.2.0; and note the different alignment of the "Refresh Me" tooltip)

Only seems to affect tooltips that are multi-word (e.g. in the above repro, "Refresh Me" exhibits the error in 1.2.0 but not 1.1.2, but "Refresh" is OK in both)

Issue logged here: https://github.com/angular-ui/bootstrap/issues/6078