Fix crypto address wrapping on vertical resolutions

This commit is contained in:
Apache 2025-05-18 22:02:21 -05:00
parent 166597fcff
commit 25526ed479
Signed by: apache
GPG key ID: 78BA80EB40E43123

View file

@ -61,6 +61,7 @@
.crypto {
color: var(--rp-gold);
text-shadow: 0 0 30px var(--rp-gold);
word-wrap: break-word;
}
</style>