We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fitContainer
1 parent 9aadf71 commit e784841Copy full SHA for e784841
packages/main/src/components/FlexBox/index.tsx
@@ -25,6 +25,8 @@ export interface FlexBoxPropTypes extends CommonProps {
25
displayInline?: boolean;
26
/**
27
* Determines whether the `FlexBox` will be sized to completely fill its container.
28
+ *
29
+ * __Note:__ `fitContainer` only works if the height of the containing block is specified (i.e. it doesn't depend on content height)
30
*/
31
fitContainer?: boolean;
32
0 commit comments