Skip to content

Commit cce5227

Browse files
Update ApplyActions.tsx
1 parent cd810eb commit cce5227

File tree

1 file changed

+1
-1
lines changed
  • gui/src/components/StyledMarkdownPreview/StepContainerPreToolbar

1 file changed

+1
-1
lines changed

gui/src/components/StyledMarkdownPreview/StepContainerPreToolbar/ApplyActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function ApplyActions(props: ApplyActionsProps) {
3131
);
3232
case "done":
3333
return (
34-
<div className="flex select-none items-center rounded bg-zinc-700 px-1.5 sm:gap-1">
34+
<div className="flex select-none items-center rounded bg-zinc-700 sm:gap-1 md:px-1.5">
3535
<span className="text-lightgray text-center text-xs max-md:hidden">
3636
{`${props.applyState?.numDiffs === 1 ? "1 diff" : `${props.applyState?.numDiffs} diffs`}`}
3737
</span>

0 commit comments

Comments
 (0)