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 cb3cabe commit c21f057Copy full SHA for c21f057
src/mudblazor/MudBlazor.Template/Components/Pages/Home.razor
@@ -5,7 +5,7 @@
5
<MudText Typo="Typo.h3" GutterBottom="true">Hello, world!</MudText>
6
<MudText Class="mb-8">Welcome to your new app, powered by MudBlazor and the .NET 9 Template!</MudText>
7
8
-<MudAlert Severity="Severity.Normal">
+<MudAlert Severity="Severity.Normal" ContentAlignment="HorizontalAlignment.Start">
9
You can find documentation and examples on our website here:
10
<MudLink Href="https://mudblazor.com" Target="_blank" Typo="Typo.body2" Color="Color.Primary">
11
<b>www.mudblazor.com</b>
0 commit comments