RED-6763, fixed workflow item spinner being cut off.
This commit is contained in:
parent
04cc33b18e
commit
95f4b4f645
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<redaction-file-workload [file]="file"></redaction-file-workload>
|
<redaction-file-workload [file]="file"></redaction-file-workload>
|
||||||
|
|
||||||
<div class="file-actions">
|
<div class="file-actions overflow-visible">
|
||||||
<redaction-processing-indicator [file]="file" class="mr-8"></redaction-processing-indicator>
|
<redaction-processing-indicator [file]="file" class="mr-8"></redaction-processing-indicator>
|
||||||
|
|
||||||
<div #actionsWrapper class="actions-wrapper">
|
<div #actionsWrapper class="actions-wrapper">
|
||||||
|
|||||||
@ -73,3 +73,7 @@ redaction-file-workload {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflow-visible {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user