Merge pull request #2936 from floriank/fix/19866-design-issues

[19866] Fix project overview
pull/2938/head
Jan Sandbrink 10 years ago
commit 406ae61f06
  1. 9
      app/assets/stylesheets/content/_my_page.sass

@ -46,6 +46,15 @@ div.box-actions
margin-bottom: 20px
padding: 15px 0 15px 0
#visible-grid &
@extend .grid-content
min-height: 32px
// TODO: this fixes an issue which currently breaks the layout
// It has to be removed once it is fixed upstream
// @see https://github.com/zurb/foundation-apps/issues/575
&.left, &.right
@extend .medium-6
div.mypage-box
margin-top: 8px
padding-bottom: 8px

Loading…
Cancel
Save