Allow CTRL F an address on the transaction list component

This commit is contained in:
nymkappa
2022-05-16 16:50:42 +02:00
parent e63aaedbc0
commit 9be6f80cb9
5 changed files with 36 additions and 2 deletions

View File

@@ -129,3 +129,14 @@ h2 {
.summary {
margin-top: 10px;
}
.addr-left {
font-family: monospace;
overflow: hidden;
text-overflow: ellipsis;
margin-right: -7px
}
.addr-right {
font-family: monospace;
}