UpdraftPlus is adding some CSS that is conflicting with the dashicons image on the plugins update page. As a result, the icon is positioned incorrectly:
If I open the Chrome dev tools and disable the line-height:inherit in the updraftplus-admin.css, the icon moves back to the right spot.
Can the .dashicons selector be made more specific in updraftplus-admin.css?
I have the same perpetual issue. I can fix it temporarily by deleting the “line-height” attribute in the class .dashicons{font-size: inherit; line-height: inherit;} within both updraftplus-admin.css and updraftplus-admin.min.css.