summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-26 17:51:25 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-26 17:51:25 -0500
commit4c268027d20d6f95ebeac383da12b29524d0a85e (patch)
tree4621f32cb4dae98d1343f686a6da95335790770e
parent55afebe141cd65ad37339423e14740ba13d49c9e (diff)
downloadgitlab-ce-4c268027d20d6f95ebeac383da12b29524d0a85e.tar.gz
Fix SCSS Lint errors
-rw-r--r--app/assets/stylesheets/framework/jquery.scss2
-rw-r--r--app/assets/stylesheets/pages/search.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/jquery.scss b/app/assets/stylesheets/framework/jquery.scss
index eb3fbd9155b..e07d378587a 100644
--- a/app/assets/stylesheets/framework/jquery.scss
+++ b/app/assets/stylesheets/framework/jquery.scss
@@ -23,7 +23,7 @@
z-index: 1001;
width: 240px;
margin-bottom: 0;
- padding: 10px 10px;
+ padding: 10px;
font-size: 14px;
font-weight: normal;
background-color: $dropdown-bg;
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 50505e9cf8c..4c3c4b2ee63 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -31,7 +31,7 @@
margin: 0;
padding: 4px;
width: $search-input-width;
- line-height: 24px;
+ line-height: 24px;
}
.location-text {