Skip to content

Commit 2b98cdd

Browse files
Add
ewstatus to fullHeight prop
1 parent d399a34 commit 2b98cdd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/website/screens/components/flex/code/FlexCodePage.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,12 @@ const sections = [
136136
</td>
137137
</tr>
138138
<tr>
139-
<td>fullHeight</td>
139+
<td>
140+
<DxcFlex direction="column" gap="var(--spacing-gap-xs)" alignItems="baseline">
141+
<StatusBadge status="new" />
142+
fullHeight
143+
</DxcFlex>
144+
</td>
140145
<td>
141146
<TableCode>boolean</TableCode>
142147
</td>

0 commit comments

Comments
 (0)