[accelerator] fix overflow in tx page integrated accel
This commit is contained in:
parent
1ca136fa75
commit
1fe08d1234
@ -24,7 +24,7 @@
|
|||||||
<div [class]="{estimateDisabled: error}">
|
<div [class]="{estimateDisabled: error}">
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<table class="table table-borderless table-border table-dark">
|
<table class="table table-borderless table-border table-dark table-accelerator">
|
||||||
<tbody>
|
<tbody>
|
||||||
<!-- NEXT BLOCK TX FEE -->
|
<!-- NEXT BLOCK TX FEE -->
|
||||||
<tr>
|
<tr>
|
||||||
@ -110,7 +110,7 @@
|
|||||||
<h6>Acceleration summary</h6>
|
<h6>Acceleration summary</h6>
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<table class="table table-borderless table-border table-dark">
|
<table class="table table-borderless table-border table-dark table-accelerator">
|
||||||
<tbody>
|
<tbody>
|
||||||
<!-- USER MAX BID -->
|
<!-- USER MAX BID -->
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -18,3 +18,10 @@
|
|||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-accelerator {
|
||||||
|
table-layout: fixed;
|
||||||
|
& tr {
|
||||||
|
text-wrap: wrap;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user