Skip to content

Commit 98a332b

Browse files
authored
[Docs] Update Card example. (#3909)
1 parent 663d842 commit 98a332b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<FluentCard Width="400px" Height="400px">
2-
<p>Just some content in a card (with a button that does not do anything).</p>
3-
<FluentButton Appearance="Appearance.Accent">Hello</FluentButton>
4-
</FluentCard>
5-
6-
7-
8-
<FluentCard >
9-
<p>Just some content in a card (with a button that does not do anything).</p>
10-
11-
<FluentButton Appearance="Appearance.Accent">Hello</FluentButton>
12-
<p>No Width or Height has been specified.</p>
13-
</FluentCard>
1+
<div>
2+
<FluentCard Width="400px" Height="400px">
3+
<p>Just some content in a card (with a button that does not do anything).</p>
4+
<FluentButton Appearance="Appearance.Accent">Hello</FluentButton>
5+
</FluentCard>
6+
</div>
7+
<div>
8+
<FluentCard>
9+
<p>Just some content in a card (with a button that does not do anything).</p>
10+
<FluentButton Appearance="Appearance.Accent">Hello</FluentButton>
11+
<p>No Width or Height has been specified.</p>
12+
</FluentCard>
13+
</div>

0 commit comments

Comments
 (0)