We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d399a34 + 2b98cdd commit fc7cc2bCopy full SHA for fc7cc2b
1 file changed
apps/website/screens/components/flex/code/FlexCodePage.tsx
@@ -136,7 +136,12 @@ const sections = [
136
</td>
137
</tr>
138
<tr>
139
- <td>fullHeight</td>
+ <td>
140
+ <DxcFlex direction="column" gap="var(--spacing-gap-xs)" alignItems="baseline">
141
+ <StatusBadge status="new" />
142
+ fullHeight
143
+ </DxcFlex>
144
+ </td>
145
<td>
146
<TableCode>boolean</TableCode>
147
0 commit comments