Skip to content

Commit

Permalink
Update packages/dnb-eufemia/src/extensions/forms/Layout/FlexContainer…
Browse files Browse the repository at this point in the history
….tsx

Co-authored-by: Tobias Høegh <[email protected]>
  • Loading branch information
henit and tujoworker authored Sep 18, 2023
1 parent 3c92cef commit 0294495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function FlexContainer(props: Props) {
divider && `dnb-forms-flex-container--divider-${divider}`,
spacing && `dnb-forms-flex-container--spacing-${spacing}`,
width && `dnb-forms-flex-container--width-${width}`,
alignSelf && `dnb-forms-flex-item--align-self-${alignSelf}`,
alignSelf && `dnb-forms-flex-container--align-self-${alignSelf}`,
className
)
const childrenArray = React.Children.toArray(children)
Expand Down

0 comments on commit 0294495

Please sign in to comment.