summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-18 15:02:45 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-18 15:02:45 -0500
commitc75c8409763c702a564e3b99472306c803b5029c (patch)
treeea0f0e32387a5acb9fdeb8cc767fcff203a97d99
parentcc66dbeac9754af7253d83d379c6a3b60bc7d6fd (diff)
downloadgitlab-ce-issue_13885.tar.gz
Adjust CSSissue_13885
-rw-r--r--app/assets/stylesheets/framework/nav.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 2122ee85c58..625a0bf69c6 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -143,11 +143,11 @@
input {
width: 100%;
- margin: 0 0 10px 0;
+ margin: 0 0 10px;
}
}
- input.input-short {
+ .input-short {
width: 100%;
}