Commit c9b64974c09cc32065280297570be9f57dfc2b31
1 parent
57ce7124
Exists in
master
and in
4 other branches
increased dashboard width
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/views/dashboard/index.html.haml
... | ... | @@ -20,8 +20,8 @@ |
20 | 20 | .row |
21 | 21 | .dashboard_block |
22 | 22 | .row |
23 | - .span9= render "dashboard/projects_feed" | |
24 | - .span3.right | |
23 | + .span10= render "dashboard/projects_feed" | |
24 | + .span4.right | |
25 | 25 | - if current_user.can_create_project? |
26 | 26 | .alert-message.block-message.warning |
27 | 27 | You can create up to | ... | ... |