diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-16 02:04:57 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-02-16 02:20:05 +0100 |
commit | e408ca8a2851d44ae105bf4e226b05eff609950e (patch) | |
tree | b86173953cdde744fe9340078a492b0cd27c6473 /webui/src/pages/bug/SetStatus.tsx | |
parent | 602f91148b853b781d38506cbaadce011972da1d (diff) | |
download | git-bug-e408ca8a2851d44ae105bf4e226b05eff609950e.tar.gz |
webui: minor styling of the timeline events
Diffstat (limited to 'webui/src/pages/bug/SetStatus.tsx')
-rw-r--r-- | webui/src/pages/bug/SetStatus.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/bug/SetStatus.tsx b/webui/src/pages/bug/SetStatus.tsx index 251abf69..413f764d 100644 --- a/webui/src/pages/bug/SetStatus.tsx +++ b/webui/src/pages/bug/SetStatus.tsx @@ -9,7 +9,7 @@ import { SetStatusFragment } from './SetStatusFragment.generated'; const useStyles = makeStyles(theme => ({ main: { - ...theme.typography.body1, + ...theme.typography.body2, marginLeft: theme.spacing(1) + 40, }, })); |