FIX: restore zero-width space character... (#30243)

... that got **wrongly** (my bad) removed in 6ef0b5d508a298efa3682cc129e8144759426623
This commit is contained in:
Régis Hanol
2024-12-12 16:10:01 +01:00
committed by GitHub
parent ee567165f1
commit b74007db0a

View File

@ -12,4 +12,6 @@
{{#if this.selectKit.options.showCaret}}
{{d-icon this.caretIcon class="caret-icon"}}
{{/if}}
​
{{! Zero-width space character, so icon-only button height = regular button height }}
</div>