Skip to content

Commit c21f057

Browse files
authored
Fixing MudAlert for RTL layout (#497)
1 parent cb3cabe commit c21f057

File tree

1 file changed

+1
-1
lines changed
  • src/mudblazor/MudBlazor.Template/Components/Pages

1 file changed

+1
-1
lines changed

src/mudblazor/MudBlazor.Template/Components/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<MudText Typo="Typo.h3" GutterBottom="true">Hello, world!</MudText>
66
<MudText Class="mb-8">Welcome to your new app, powered by MudBlazor and the .NET 9 Template!</MudText>
77

8-
<MudAlert Severity="Severity.Normal">
8+
<MudAlert Severity="Severity.Normal" ContentAlignment="HorizontalAlignment.Start">
99
You can find documentation and examples on our website here:
1010
<MudLink Href="https://mudblazor.com" Target="_blank" Typo="Typo.body2" Color="Color.Primary">
1111
<b>www.mudblazor.com</b>

0 commit comments

Comments
 (0)