Skip to content

Commit

Permalink
Make workflow action menu smaller on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Oct 22, 2024
1 parent 7de4ab5 commit bcb0c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/workflow-actions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
{#if isRunning}
<SplitButton
id="workflow-actions"
menuClass="w-[24rem]"
menuClass="w-[16rem] md:w-[24rem]"
position="right"
disabled={actionsDisabled}
primaryActionDisabled={!cancelEnabled || cancelInProgress}
Expand Down

0 comments on commit bcb0c5b

Please sign in to comment.