summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2017-11-03 08:59:51 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-11-06 17:51:10 +0900
commitfb63796ed9b5062431ee40faf9c7652964b48112 (patch)
treeac3d99e3bf60ea8162c3145a31e1818ba9c7f7fd /app/views/admin
parent823a9d351b49a6be8c12cfe06edb4aa6ec08fe95 (diff)
downloadgitlab-ce-fb63796ed9b5062431ee40faf9c7652964b48112.tar.gz
Enable BorderZero rule in scss-lint
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/background_jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index 3ef8f2a3acb..f0cc4d7ee62 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -42,4 +42,4 @@
.panel.panel-default
- %iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: none" }
+ %iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }