diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-09 19:40:29 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-16 09:24:48 +0200 |
commit | 7ec9c20df19a63b6111e59549218ec19132d0a61 (patch) | |
tree | 7ea05badfafbb9e19f30872822491d5cae384bba /app | |
parent | 0983d01bc10d118962864cb32a53ae0ce68a3e5f (diff) | |
download | gitlab-ce-7ec9c20df19a63b6111e59549218ec19132d0a61.tar.gz |
Remove centering of stages
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 81c2c7314c9..a792b60f89a 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -147,7 +147,6 @@ } .stage-cell { - text-align: center; svg { height: 18px; |