Skip to content

Commit

Permalink
Add back less y padding to workflow status
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Oct 19, 2023
1 parent 526fefb commit 53b0501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/workflow-status.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
};
const workflowStatus = cva(
['flex items-center rounded-sm p-1 font-secondary whitespace-nowrap'],
[
'flex items-center rounded-sm px-1 py-0.5 font-secondary whitespace-nowrap',
],
{
variants: {
status: {
Expand Down

0 comments on commit 53b0501

Please sign in to comment.