The Prettier plugin improperly formatted the new "help button" area of the top-menu of the plugin's UI, resulting in extra whitespace in the HTML, adding the potential for incorrect rendering of strings.
This PR applies the VS Code formatting to the menu's HTML file, which corrects and compacts it.
A new nonbreaking space is also added between the ? icon and the Help text.
The
Prettier
plugin improperly formatted the new "help button" area of the top-menu of the plugin's UI, resulting in extra whitespace in the HTML, adding the potential for incorrect rendering of strings. This PR applies the VS Code formatting to the menu's HTML file, which corrects and compacts it. A new nonbreaking space is also added between the?
icon and theHelp
text.