Fix OP_RETURN truncated text. (#502)
* Fix OP_RETURN truncated text. * Fix scriptmessage width on desktop media queries
This commit is contained in:
@@ -47,12 +47,6 @@ h1{
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.mobile-bottomcol {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.td-width {
|
||||
@@ -81,8 +75,6 @@ h1{
|
||||
}
|
||||
|
||||
.btn {
|
||||
// float: right;
|
||||
// margin-bottom: 0px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
@@ -97,27 +89,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;
|
||||
@@ -145,8 +120,4 @@ h1{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
// .container-buttons{
|
||||
// width: 100%;
|
||||
// display: inline-block;
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user