From 8104ea72c28c1a78fe039f2a9f918d724b9ab545 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 1 Apr 2013 17:24:49 -0400 Subject: Issue #1728122 by rymo | HonoredMule: Fixed Sticky Table header tables don't inherit parent table's outer width. --- misc/tableheader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/tableheader.js b/misc/tableheader.js index a9f98a680..47201b269 100644 --- a/misc/tableheader.js +++ b/misc/tableheader.js @@ -126,7 +126,7 @@ Drupal.tableHeader.prototype.eventhandlerRecalculateStickyHeader = function (eve $stickyCell.css('display', 'none'); } } - this.stickyTable.css('width', this.originalTable.css('width')); + this.stickyTable.css('width', this.originalTable.outerWidth()); } }; -- cgit v1.2.3