Skip to content

Commit

Permalink
Merge pull request #16362 from abpframework/7.2-extensibledatagrid-ic…
Browse files Browse the repository at this point in the history
…on-enhancements

Add spacing to icons in datagrid actions
  • Loading branch information
ebicoglu authored Apr 25, 2023
2 parents 27780bf + 68bb2e1 commit 3b98b8c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
Disabled=@Disabled>
@if(!string.IsNullOrEmpty(Icon))
{
<Icon Name="@Icon"/>
<Icon Name="@Icon" Class="me-1"/>
}
@Text
<Span>
@Text
</Span>
</Button>
}
}

0 comments on commit 3b98b8c

Please sign in to comment.