Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/Demo/Shared/Pages/Card/CardPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<DemoSection Title="Area restricted examples" Component="@typeof(CardAreaRestricted)">
<Description>
<p>
By default a card restricts its content to the card area. This means, for exmple, that if you have a select list with a lot of items, the list will be cut off at the bottom of the card.
By default a card restricts its content to the card area. This means, for example, that if you have a select list with a lot of items, the list will be cut off at the bottom of the card.
You can override this behavior by setting the <code>AreaRestricted</code> property to <code>false</code>.
</p>
</Description>
Expand Down
Loading