From 68bb2e13a7a269bd6d0fe99fe18d177dae1c265f Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 25 Apr 2023 11:28:05 +0300 Subject: [PATCH] Add spacing to icons in datagrid actions --- .../src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor b/framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor index 63b0f26df0..9bd07ce7da 100644 --- a/framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor +++ b/framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor @@ -17,9 +17,11 @@ Disabled=@Disabled> @if(!string.IsNullOrEmpty(Icon)) { - + } - @Text + + @Text + } }