Move embedded tables to the left to cancel out padding (#6302)

[ci skip]
pull/6303/head
Henriette Dinger 7 years ago committed by Oliver Günther
parent 3edf1d7bfe
commit fd6f542a0c
  1. 5
      app/assets/stylesheets/layout/_work_package_table_embedded.sass

@ -29,6 +29,8 @@
// Disable CSS containment in the embedded container
// unless we're setting an external height with overflow, containment will not work.
.work-packages-embedded-view--container
margin-left: -6px
.work-package-table--container
contain: initial !important
@ -56,3 +58,6 @@
.wp-table--context-menu-td,
.wp-table--context-menu-th
width: 25px
wp-query-group .wp-relations-create-button
margin-left: -6px

Loading…
Cancel
Save