Browse Source
Add equal spaces for top & bottom for Blazor toolbar
pull/17347/head
Enis Necipoglu
3 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/PageHeader.razor
|
|
@ -50,7 +50,7 @@ |
|
|
|
|
|
|
|
|
@foreach (var toolbarItemRender in ToolbarItemRenders) |
|
|
@foreach (var toolbarItemRender in ToolbarItemRenders) |
|
|
{ |
|
|
{ |
|
|
<Column ColumnSize="ColumnSize.IsAuto" Class="px-1 pt-2"> |
|
|
<Column ColumnSize="ColumnSize.IsAuto" Class="px-1 py-2"> |
|
|
@toolbarItemRender |
|
|
@toolbarItemRender |
|
|
</Column> |
|
|
</Column> |
|
|
} |
|
|
} |
|
|
|