Improved utxo script design.

fixes #46
This commit is contained in:
softsimon
2020-11-16 02:25:10 +07:00
parent c9e63a723a
commit d9803e3f3d
2 changed files with 18 additions and 16 deletions

View File

@@ -81,18 +81,21 @@
.scriptmessage.longer {
max-width: 280px !important;
}
.details-table td:first-child {
white-space: pre-wrap;
}
}
.details-table {
margin-top: 5px;
max-width: 500px;
}
.details-table td {
padding: 0.75rem;
}
.script-details {
.details-table td:nth-child(2) {
word-break: break-all;
white-space: normal;
font-family: "Courier New", Courier, monospace;