@@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: ($gap / 2) $gap;
|
||||
z-index: 5;
|
||||
z-index: 15;
|
||||
|
||||
img {
|
||||
flex-grow: 0;
|
||||
|
@@ -35,10 +35,24 @@
|
||||
margin-top: 1rem;
|
||||
table-layout: fixed;
|
||||
|
||||
td {
|
||||
overflow: hidden;
|
||||
th {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
word-wrap: normal;
|
||||
padding: 0.8rem;
|
||||
|
||||
&.task-order__clin-amount {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0.8rem;
|
||||
|
||||
&.task-order__loa {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user