[accelerator] fix overflow in tx page integrated accel

This commit is contained in:
nymkappa
2023-08-26 10:05:04 +02:00
parent 1ca136fa75
commit 1fe08d1234
2 changed files with 9 additions and 2 deletions

View File

@@ -18,3 +18,10 @@
opacity: 0.5;
pointer-events: none;
}
.table-accelerator {
table-layout: fixed;
& tr {
text-wrap: wrap;
}
}