Arrow alignment on edge corrected

pull/6950/head
Inga Mai 6 years ago
parent 3eadf6b772
commit 962c10bf7b
  1. 2
      app/assets/stylesheets/content/work_packages/_table_hierarchy.sass
  2. 2
      frontend/src/app/components/resizer/wp-resizer.component.ts

@ -26,7 +26,7 @@
display: inline
.wp-table--hierarchy-span
text-align: end
text-align: right
display: block
float: left
margin-left: 5px

@ -198,7 +198,7 @@ export class WpResizerDirective implements OnInit, OnDestroy {
this.toggleColumns(element, 700);
}
}
private toggleColumns(element:HTMLElement, checkWidth:number = 750) {
if (element) {
jQuery(element).toggleClass('-can-have-columns', element.offsetWidth > checkWidth);

Loading…
Cancel
Save