From 50e3e796ea5ca12addbfb438feae606ca7067a22 Mon Sep 17 00:00:00 2001
From: Alex Braha Stoll <alexbrahastoll@gmail.com>
Date: Tue, 20 Dec 2016 12:15:56 -0200
Subject: [PATCH] Fix scss style violation

---
 app/assets/stylesheets/pages/wiki.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index 819e4c3e3d8..1a22cd7d33f 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -22,7 +22,8 @@
     font-size: 22px;
   }
 
-  .wiki-last-edit-by, .wiki-page-full-path {
+  .wiki-page-full-path,
+  .wiki-last-edit-by {
     display: block;
     color: $gl-gray-light;
 
-- 
GitLab