summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorPratik Borsadiya <pratikborsadiya@gmail.com>2017-02-13 22:41:39 +0530
committerPratik Borsadiya <pratikborsadiya@gmail.com>2017-02-13 22:41:39 +0530
commit4304ea802ffd8c09a3880856db41bbe8ce4f64a0 (patch)
tree9434a112c1456559df239955fca204f68b075288 /app/assets/stylesheets/pages
parent79e8e6134f89c4a09a422ca128a7579d844f040c (diff)
downloadgitlab-ce-4304ea802ffd8c09a3880856db41bbe8ce4f64a0.tar.gz
Layout alignment fix in new project and edit project screen
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/projects.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 8b59c20cb65..9a72148f408 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -35,12 +35,8 @@
margin-bottom: 10px;
}
- .project-path {
- padding-right: 0;
-
- .form-control {
- border-radius: $border-radius-base;
- }
+ .project-path .form-control {
+ border-radius: $border-radius-base;
}
.input-group > div {