fix medium-sized ln address strings

This commit is contained in:
Paul Miller
2023-11-17 16:06:38 -06:00
committed by benthecarman
parent 7c9189e7a2
commit bfa48ccdb2

View File

@@ -196,7 +196,9 @@ function DestinationShower(props: {
<Match
when={props.lightning_address && props.source === "lightning"}
>
<StringShower text={props.lightning_address || ""} />
<span class="overflow-hidden overflow-ellipsis whitespace-nowrap font-mono">
{props.lightning_address || ""}
</span>
</Match>
<Match
when={