Fix crypto address wrapping on vertical resolutions
This commit is contained in:
parent
166597fcff
commit
25526ed479
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
.crypto {
|
||||
color: var(--rp-gold);
|
||||
text-shadow: 0 0 30px var(--rp-gold);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue