diff options
author | Stan Hu <stanhu@gmail.com> | 2016-10-18 16:14:11 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-10-18 16:14:11 -0700 |
commit | 7424c2904cf7317b3e5a400a567b650d05b1947e (patch) | |
tree | 2e9303d8469f41a790a76c756d9b4a63be43a7f8 | |
parent | 95f7d6bcbdb55aaf96edcd672362ae0f99836420 (diff) | |
download | gitlab-ce-7424c2904cf7317b3e5a400a567b650d05b1947e.tar.gz |
Fix missing semicolon to make scss-lint happyfix-scss-lint-pipelines
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index e6c3781ab56..fb0236e273d 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -31,7 +31,7 @@ width: 30%; .branch-name { - width: 195px + width: 195px; } } } |