mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-18 05:34:24 +01:00
fix medium-sized ln address strings
This commit is contained in:
committed by
benthecarman
parent
7c9189e7a2
commit
bfa48ccdb2
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user