Skip to content

Commit fc7cc2b

Browse files
authored
Merge pull request #2376 from dxc-technology/PelayoFelgueroso/fullHeight-new-fix
[patch] Add `new` status to FullHeight prop in Flex component
2 parents d399a34 + 2b98cdd commit fc7cc2b

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)