fix: supported nip overflow in SpaceRelayStatus.svelte #215
Reference in New Issue
Block a user
Delete Branch "DeveshSingh/flotilla:fix/overflow-nip"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Fixes #206 - Supported NIPs overflow.
The list of supported NIPs was previously overflowing its container when a relay supported a large number of NIPs. This PR updates the styling of the NIPs badge to allow the content to wrap naturally across multiple lines, keeping the UI clean and fully readable.
Changes
SpaceRelayStatus.svelte: Addedtext-wrapandh-autoTailwind classes to the Supported NIPs text badge to ensure horizontal boundaries are respected.Testing
Thanks!