Skip to content

AvatarGroup has unecessary margin #467

@rluders

Description

@rluders

Describe the bug

This is a change to the flowbite-react default theme. The AvatarGroup component has an unnecessary mb-5 that needs to be removed.

To Reproduce
Steps to reproduce the behavior:

  1. Go to storybook
  2. Click on Avatar > Grouped
  3. Inspect the AvagarGroup base HTML tag
  4. See unnecessary mb-5 there

Expected behavior

It should NOT have the mb-5.

Screenshots

N/A

System information:

N/A

Project information:

  • Tailwind: 3.0.0
  • Flowbite: 1.4.7
  • Flowbite React: 0.3.5
  • Type: CRA

Additional context

The fix is very easy, just remove it from here:

base: 'flex mb-5 -space-x-4',

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions