Commit 86829cae50857b5edf74b935380c6f68a19c2282
1 parent
a6b99319
Exists in
master
and in
4 other branches
fixed min height for menu
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/style.scss
... | ... | @@ -627,7 +627,7 @@ body.project-page .project-sidebar aside a:first-child{ |
627 | 627 | body.project-page .project-sidebar aside a:hover{background-color: #eee;} |
628 | 628 | body.project-page .project-sidebar aside a span.number{float: right; border-radius: 5px; text-shadow: none; background: rgba(0,0,0,.12); text-align: center; padding: 5px 8px; position: absolute; top: 10px; right: 10px} |
629 | 629 | body.project-page .project-sidebar aside a.current{background-color: #79c3e0; color: white; text-shadow: none; border-color: transparent} |
630 | -body.project-page .project-content{ padding: 20px; display: block; margin-left: 250px; min-height: 450px} | |
630 | +body.project-page .project-content{ padding: 20px; display: block; margin-left: 250px; min-height: 600px} | |
631 | 631 | body.project-page .project-content h2{ margin-top: 6px} |
632 | 632 | body.project-page .project-content .button.right{margin-left: 20px} |
633 | 633 | body.project-page table .commit a{color: #{$blue_link}} | ... | ... |