fix: supported nip overflow in SpaceRelayStatus.svelte #215

Merged
hodlbod merged 4 commits from DeveshSingh/flotilla:fix/overflow-nip into dev 2026-04-16 21:36:15 +00:00
Contributor

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: Added text-wrap and h-auto Tailwind classes to the Supported NIPs text badge to ensure horizontal boundaries are respected.

Testing

  • Viewed a relay with a long list of supported NIPs and verified that the text correctly wraps to the next line instead of overflowing or clipping horizontally.
## 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`**: Added `text-wrap` and `h-auto` Tailwind classes to the Supported NIPs text badge to ensure horizontal boundaries are respected. ## Testing - Viewed a relay with a long list of supported NIPs and verified that the text correctly wraps to the next line instead of overflowing or clipping horizontally.
DeveshSingh added 4 commits 2026-04-16 20:34:35 +00:00
hodlbod merged commit 59961cbdb5 into dev 2026-04-16 21:36:15 +00:00
hodlbod deleted branch fix/overflow-nip 2026-04-16 21:36:15 +00:00
Owner

Thanks!

Thanks!
Sign in to join this conversation.