Fix OP_RETURN truncated text. (#502)

* Fix OP_RETURN truncated text.

* Fix scriptmessage width on desktop media queries
This commit is contained in:
Miguel Medeiros
2021-05-07 17:36:35 -03:00
committed by GitHub
parent 5b2eb16d1c
commit b778d96910
8 changed files with 55 additions and 149 deletions

View File

@@ -58,28 +58,10 @@ h1 {
}
}
.scriptmessage {
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
max-width: 50px;
@media (min-width: 576px) {
max-width: 200px;
}
}
.scriptmessage.longer {
max-width: 500px;
}
@media (max-width: 767.98px) {
.mobile-bottomcol {
margin-top: 15px;
}
.scriptmessage.longer {
max-width: 200px !important;
}
.details-table td:first-child {
white-space: pre-wrap;
}