Skip to content

Commit d1a3253

Browse files
Update ScheduleTaskRow.tsx
1 parent 607184e commit d1a3253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/schedules/ScheduleTaskRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default ({ schedule, task }: Props) => {
8181
<div css={tw`md:ml-6 mt-2`}>
8282
{task.action === 'backup' &&
8383
<p css={tw`text-xs uppercase text-neutral-400 mb-1`}>Ignoring files & folders:</p>}
84-
<div css={tw`font-mono bg-neutral-800 rounded py-1 px-2 text-sm w-auto inline-block break-all`}>
84+
<div css={tw`font-mono bg-neutral-800 rounded py-1 px-2 text-sm w-auto whitespace-pre inline-block break-all`}>
8585
{task.payload}
8686
</div>
8787
</div>

0 commit comments

Comments
 (0)