Fix package broadcast table css
This commit is contained in:
parent
e58579ed8a
commit
392f6a01c4
@ -0,0 +1,34 @@
|
|||||||
|
.accept-results {
|
||||||
|
td, th {
|
||||||
|
&.allowed {
|
||||||
|
width: 10%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
&.txid {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
&.rate {
|
||||||
|
width: 20%;
|
||||||
|
text-align: right;
|
||||||
|
white-space: wrap;
|
||||||
|
}
|
||||||
|
&.reason {
|
||||||
|
width: 20%;
|
||||||
|
text-align: right;
|
||||||
|
white-space: wrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 950px) {
|
||||||
|
table-layout: auto;
|
||||||
|
|
||||||
|
td, th {
|
||||||
|
&.allowed {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
&.txid {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user