Merge pull request #7232 from opf/fix/30001/embedded-table-timeline-width-share

[30001] Ensure embedded table/timeline split evenly
pull/7234/head
Henriette Dinger 6 years ago committed by GitHub
commit 13aa38ffaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/assets/stylesheets/layout/work_packages/_table_embedded.sass

@ -97,5 +97,11 @@ $table-timeline--compact-row-height: 28px
.wp-table--context-menu-th
width: 25px
// Ensure embedded timelines share 50% width
// with table side
.work-packages-tabletimeline--table-side.-timeline-visible
max-width: 50%
overflow-x: scroll
wp-query-group .wp-relations-create-button
margin-left: -6px

Loading…
Cancel
Save