Skip to content

Commit

Permalink
Reduce gap between use case cards
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Oct 4, 2024
1 parent a61fe28 commit 1e8b9ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const WorkspaceUseCase = ({
error={formErrors.features?.message}
fullWidth
>
<EuiFlexGroup direction="column">
<EuiFlexGroup direction="column" gutterSize="s">
{availableUseCases.map(({ id, icon, title, description, features, disabled }) => (
<EuiFlexItem key={id}>
<WorkspaceUseCaseCard
Expand Down

0 comments on commit 1e8b9ed

Please sign in to comment.