Add csv display of addresses

This commit is contained in:
Ian Coleman
2018-01-03 10:33:22 +11:00
parent 4e9b492ca4
commit a78f4e280c
4 changed files with 104 additions and 36 deletions

View File

@@ -95,3 +95,11 @@ body {
top: 5px;
right: 5px;
}
.csv {
margin-top: 20px;
margin-bottom: 20px;
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
font-family: monospace;
}