1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Provide options for UI buttons to expand to fill parent

This commit is contained in:
sauls8t 2019-01-23 15:44:46 +00:00
parent 6126d4dd5d
commit 6c71a1f18d
2 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{{#if hasIcon}}
<i class="dicon {{iconClass}}"/>
{{/if}}
<div class="label">{{label}}</div>
<div class="label" title={{label}}>{{label}}</div>
{{yield}}