From 67bf9120fdae9003628c928f45aef9619b180c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 2 Mar 2017 08:30:10 +0100 Subject: [PATCH] Let header span over inline create --- frontend/app/components/wp-table/timeline/wp-timeline.header.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/wp-table/timeline/wp-timeline.header.ts b/frontend/app/components/wp-table/timeline/wp-timeline.header.ts index e2aee38c99..c993cb9af7 100644 --- a/frontend/app/components/wp-table/timeline/wp-timeline.header.ts +++ b/frontend/app/components/wp-table/timeline/wp-timeline.header.ts @@ -37,7 +37,7 @@ import * as noUiSlider from "nouislider"; import * as moment from 'moment'; import Moment = moment.Moment; -const cssClassTableBody = ".work-package-table tbody"; +const cssClassTableBody = ".work-package-table"; const cssClassTableContainer = ".generic-table--results-container"; const cssClassHeader = ".wp-timeline-header"; const cssHeaderContainer = ".wp-timeline-header-container";