Skip to content

Commit

Permalink
resizing moduleDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sben65 committed Aug 19, 2022
1 parent 5dd1877 commit e84837f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
var parameters = new DialogParameters();
parameters.Add("module", module);

DialogOptions options = new DialogOptions() { MaxWidth = MaxWidth.Small, FullWidth = true, CloseButton = true };
DialogOptions options = new DialogOptions() { MaxWidth = MaxWidth.Medium, FullWidth = true, CloseButton = true };

if (!string.IsNullOrWhiteSpace(module.ModuleName))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
@inject IJSRuntime JS
@inject ISnackbar Snackbar

<MudDialog>
<DialogContent>
<MudDialog ContentStyle="overflow:auto;max-height:600px;">
<DialogContent >
<MudGrid>
<MudItem xs="12" md="6">
<MudTextField @bind-Value="@currentModuleName"
Expand Down

0 comments on commit e84837f

Please sign in to comment.