Merge pull request #16362 from abpframework/7.2-extensibledatagrid-icon-enhancements

Add spacing to icons in datagrid actions
pull/16363/head
Alper Ebiçoğlu 3 years ago committed by GitHub
commit 3b98b8c5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,9 +17,11 @@
Disabled=@Disabled>
@if(!string.IsNullOrEmpty(Icon))
{
<Icon Name="@Icon"/>
<Icon Name="@Icon" Class="me-1"/>
}
@Text
<Span>
@Text
</Span>
</Button>
}
}

Loading…
Cancel
Save