Resize the widget boxes on mypage for correct alignment

pull/4016/head
Henriette Dinger 9 years ago committed by Magdalena Kafka
parent 4cfcdf3206
commit 814e35d6bf
  1. 3
      app/assets/stylesheets/_misc_legacy.sass
  2. 2
      app/assets/stylesheets/content/_my_page.sass

@ -637,9 +637,6 @@ a.impaired--empty-link,
.project-overview .project-overview
margin: 0 -10px margin: 0 -10px
.widget-box
margin-bottom: 20px
/* Legacy styles for my project page plugin version (without widget-box styles) */ /* Legacy styles for my project page plugin version (without widget-box styles) */
#invisible-grid #invisible-grid
#list-left #list-left

@ -47,6 +47,8 @@
@extend .medium-6 @extend .medium-6
.widget-boxes .widget-boxes
// recalculate to align with the above toolbar
width: calc(100% + 10px)
.widget-box .widget-box
margin-bottom: 20px margin-bottom: 20px

Loading…
Cancel
Save