mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Jobs page responsive fix
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<Card.Root>
|
||||
<Card.Header>
|
||||
<Card.Title>{$t('app.jobs.jobs')}</Card.Title>
|
||||
<div class="flex space-x-2">
|
||||
<div class="flex flex-wrap space-x-2 space-y-2">
|
||||
{#each jobStatuses as status}
|
||||
<Button
|
||||
variant={selectedStatus === status ? 'default' : 'outline'}
|
||||
|
||||
Reference in New Issue
Block a user