Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 18:48:42 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 18:48:42 +0300
commit327c9680378346dfe7d6d49c90f90379c44a78cb (patch)
treea13fb1a1c81831024e373437dceb039bd04a5ba0
parent8831f5dcb5f43b31db152b0f81b911c6fa9e76cb (diff)
fixes spacing between new project button and input
-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 {