Skip to content

Commit

Permalink
remove .mud-table-toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Dec 1, 2024
1 parent 676b0bd commit 84f4511
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Templates/Pages/.razor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
@inject IStringLocalizer<{nameofPlural}> L
@attribute [Authorize(Policy = Permissions.{nameofPlural}.View)]
<PageTitle>@Title</PageTitle>
<style>
.mud-table-toolbar {
height: 120px !important;
}
</style>

<MudDataGrid ServerData="@(ServerReload)"
FixedHeader="true"
Expand Down

0 comments on commit 84f4511

Please sign in to comment.