From 03f0a23ef344522bfe74fdf9b8486ef685a9d926 Mon Sep 17 00:00:00 2001 From: NetPenguins Date: Tue, 1 Sep 2020 14:40:09 -0400 Subject: [PATCH] left out a dev tweak . . . --- .../src/components/WorkflowRunLogs/WorkflowRunLogs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-actions/src/components/WorkflowRunLogs/WorkflowRunLogs.tsx b/plugins/github-actions/src/components/WorkflowRunLogs/WorkflowRunLogs.tsx index d2757c406f..d6db13dc61 100644 --- a/plugins/github-actions/src/components/WorkflowRunLogs/WorkflowRunLogs.tsx +++ b/plugins/github-actions/src/components/WorkflowRunLogs/WorkflowRunLogs.tsx @@ -41,7 +41,7 @@ const LazyLog = React.lazy(() => import('react-lazylog/build/LazyLog')); const useStyles = makeStyles(() => ({ button: { order: -1, - // marginRight: 0, + marginRight: 0, marginLeft: '-20px', }, modal: {