diff --git a/web/src/components/queue/ProcessingQueueItem.svelte b/web/src/components/queue/ProcessingQueueItem.svelte index e5b8ee4d..f3da210d 100644 --- a/web/src/components/queue/ProcessingQueueItem.svelte +++ b/web/src/components/queue/ProcessingQueueItem.svelte @@ -210,10 +210,10 @@ } } - /* TODO: fix this shitty workaround */ @media(hover: none) { .processing-info { - width: calc(100% - 80px); + overflow: hidden; + flex: 1; } }