Add title to LOAs and update TD styling to prevent overflow
This commit is contained in:
@@ -31,6 +31,13 @@
|
||||
|
||||
table {
|
||||
margin-top: 1rem;
|
||||
table-layout: fixed;
|
||||
|
||||
td {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.col {
|
||||
@@ -46,6 +53,10 @@
|
||||
margin-top: $gap * 2;
|
||||
}
|
||||
|
||||
.task-order__details {
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.totals-box {
|
||||
padding: $gap * 4;
|
||||
padding-top: $gap * 2;
|
||||
|
Reference in New Issue
Block a user