Removes additional space between language button label and icon

Caused by whitespace in HTML

Addresses topic 2 from Alex's feedback in:
T191021#7228591

Bug: T191021
Change-Id: I32de25d4f4927c2ea8059b972a55b79a94691e76
This commit is contained in:
jdlrobson 2021-07-21 13:59:34 -07:00 committed by Jdlrobson
parent 68e55542af
commit f66cc87898
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
data-event-name="ui.dropdown-{{id}}"
class="vector-menu-checkbox" aria-labelledby="{{id}}-label" />
{{/is-dropdown}}
<h3 id="{{id}}-label" {{#heading-class}}class="{{.}}"{{/heading-class}}>
<span>{{label}}</span>
<h3 id="{{id}}-label" {{#heading-class}}class="{{.}}"{{/heading-class}}>{{!
}}<span>{{label}}</span>
</h3>
<div class="vector-menu-content">
{{{html-before-portal}}}