We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14bb6a commit 3672ad4Copy full SHA for 3672ad4
CodeBeam.MudBlazor.Extensions/Components/StepperExtended/MudStepperExtended.razor.cs
@@ -38,6 +38,7 @@ public partial class MudStepperExtended : MudComponentBase
38
/// </summary>
39
protected string? ActionClassname => new CssBuilder("d-flex gap-4 mud-stepper-actions-extended")
40
.AddClass("justify-center", StepperActionsJustify == StepperActionsJustify.Center)
41
+ .AddClass("justify-end", StepperActionsJustify == StepperActionsJustify.End)
42
.AddClass(ActionClass)
43
.Build();
44
0 commit comments