summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 10:48:42 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 10:48:42 -0500
commit327c9680378346dfe7d6d49c90f90379c44a78cb (patch)
treea13fb1a1c81831024e373437dceb039bd04a5ba0
parent8831f5dcb5f43b31db152b0f81b911c6fa9e76cb (diff)
downloadgitlab-ce-new-project-button-seperate-from-filter-name.tar.gz
fixes spacing between new project button and inputnew-project-button-seperate-from-filter-name
-rw-r--r--app/assets/stylesheets/pages/projects.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 37197f61bc4..99006b9f5d1 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -447,7 +447,7 @@ pre.light-well {
input {
display: inline-block;
- width: calc(100% - 148px);
+ width: calc(100% - 151px);
}
.btn {