remove constriction from txo details
This commit is contained in:
parent
58e6419c7b
commit
007a57b8d7
1 changed files with 1 additions and 2 deletions
|
@ -49,11 +49,10 @@
|
||||||
// We still want to show the entire message if a TX includes one
|
// We still want to show the entire message if a TX includes one
|
||||||
a,
|
a,
|
||||||
button {
|
button {
|
||||||
@include constrict(10rem);
|
@include constrict(22rem);
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
width: 35%;
|
|
||||||
}
|
}
|
||||||
td:nth-of-type(4) {
|
td:nth-of-type(4) {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue