Display block details and taproot signaling.

This commit is contained in:
softsimon
2021-05-01 03:55:02 +04:00
parent 0d03a9e6cc
commit d2fe000ad0
6 changed files with 96 additions and 1 deletions

View File

@@ -14,3 +14,9 @@
width: 140px;
}
}
.break-all {
white-space: normal;
word-break: break-all;
}