return `
<li>
- <a href="#" role="button" class="button ${provider.cssClass}" title="${label}" aria-label="${label}">
+ <a href="#" role="button" class="button small ${provider.cssClass}" title="${label}" aria-label="${label}">
<span class="icon icon24 ${provider.iconClassName}"></span>
<span>${label}</span>
</a>
const label = Language.get(provider.label);
return `
<li>
- <a href="#" role="button" class="button ${provider.cssClass}" title="${label}" aria-label="${label}">
+ <a href="#" role="button" class="button small ${provider.cssClass}" title="${label}" aria-label="${label}">
<span class="icon icon24 ${provider.iconClassName}"></span>
<span>${label}</span>
</a>