diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2019-03-30 20:48:19 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2019-03-30 20:50:59 +0100 |
commit | 22089b5e628f1356e517d24d0346a8ec2def97fc (patch) | |
tree | 9e9a12e015433500042b1acfbac3e8ee2b4eb2f4 /webui/src/bug/SetStatus.js | |
parent | 850b9db8744c47b3f42b877078678f62ce77e38d (diff) | |
download | git-bug-22089b5e628f1356e517d24d0346a8ec2def97fc.tar.gz |
webui: Rework timeline style
Diffstat (limited to 'webui/src/bug/SetStatus.js')
-rw-r--r-- | webui/src/bug/SetStatus.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/src/bug/SetStatus.js b/webui/src/bug/SetStatus.js index 4e03fff7..58b81630 100644 --- a/webui/src/bug/SetStatus.js +++ b/webui/src/bug/SetStatus.js @@ -7,6 +7,7 @@ import Date from '../Date'; const styles = theme => ({ main: { ...theme.typography.body2, + marginLeft: theme.spacing.unit + 40, }, }); |