FIX grid field button styles

This commit is contained in:
Saophalkun Ponlu 2017-09-12 12:34:09 +12:00 committed by Daniel Hensby
parent c7c0ee39f1
commit 12480633bf
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<button $AttributesHTML>
<% if $ButtonContent %>$ButtonContent<% else %>$Title<% end_if %>
<span class="btn__title"><% if $ButtonContent %>$ButtonContent<% else %>$Title<% end_if %></span>
</button>