lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
11.51k stars 525 forks source link

Fix/2566 max width card expansion #2604

Closed epifaniofrancisco closed 1 week ago

epifaniofrancisco commented 1 week ago

What is the purpose of this pull request?

Description

This pull request addresses issue #2566, which concerns the max-width property limiting the expansion of the card component. By adjusting the CSS, this update allows the card to expand fully without layout constraints, enhancing the display and usability of icons and related content.

Changes Made:

Testing:

Manually tested across different screen sizes to confirm that the card expands without layout issues. Verified compatibility with other existing components.

Before Submitting