From 7424c2904cf7317b3e5a400a567b650d05b1947e Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 18 Oct 2016 16:14:11 -0700 Subject: Fix missing semicolon to make scss-lint happy --- app/assets/stylesheets/pages/pipelines.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } } -- cgit v1.2.1