1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 14:05:37 +02:00

Merge pull request from open-sausages/pulls/4.0/toolbar-style-layout

FIX gridfield button title alignment
This commit is contained in:
Chris Joe 2017-09-21 16:48:29 +12:00 committed by GitHub
commit 28fc035426

View File

@ -1,3 +1,3 @@
<a href="$NewLink" class="action action-detail btn btn-primary font-icon-plus-circled new new-link">
$ButtonName
<span class="btn__title">$ButtonName</span>
</a>