summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-08-16 21:32:05 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-08-16 21:32:05 +0000
commit7dde4ed26b27fb4524687cfc73c4bf765300bfa3 (patch)
tree215f950fdfa5e23f92aa5f8b226e8d07a857accc
parent415159c28da1aec00bb383d46aad67a9de75faae (diff)
parent283bd88a77786b44d2f491f73a1b22be802fad68 (diff)
downloadgitlab-ce-7dde4ed26b27fb4524687cfc73c4bf765300bfa3.tar.gz
Merge branch 'project-desc-width' into 'master'
Changed project description width ## What does this MR do? Changes the width of the project description to a max of `700px` ## What are the relevant issue numbers? Closes #20020 ## Screenshots (if relevant) ![Screen_Shot_2016-07-21_at_12.51.59](/uploads/567f5b11553b45baa7fb07156e46b727/Screen_Shot_2016-07-21_at_12.51.59.png) See merge request !5397
-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 cf9aa02600d..27dc2b2a1fa 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -99,7 +99,7 @@
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
- max-width: 480px;
+ max-width: 700px;
> p {
margin-bottom: 0;