diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-26 13:20:58 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-04 16:45:37 -0500 |
commit | fc20639c8d76b367dc0e0b66ef94033697b28dc7 (patch) | |
tree | 8193653258d1f894173ae18fcf5b2cfa41f6d7e5 /app/assets/stylesheets/pages/status.scss | |
parent | 7878eb9fa69123981281c2d71a2964dca1b459ee (diff) | |
download | gitlab-ce-fc20639c8d76b367dc0e0b66ef94033697b28dc7.tar.gz |
Builds page redesign
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r-- | app/assets/stylesheets/pages/status.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss index dbb6daf0d70..2370d35924e 100644 --- a/app/assets/stylesheets/pages/status.scss +++ b/app/assets/stylesheets/pages/status.scss @@ -1,7 +1,7 @@ .container-fluid { .ci-status { padding: 2px 7px; - margin-right: 5px; + margin-right: 10px; border: 1px solid #eee; white-space: nowrap; @include border-radius(4px); |