|
|
@@ -123,7 +123,7 @@ function undistributeHeight(els) {
|
|
|
function matchCellWidths(els) {
|
|
|
var maxInnerWidth = 0;
|
|
|
|
|
|
- els.find('> *').each(function(i, innerEl) {
|
|
|
+ els.find('> span').each(function(i, innerEl) {
|
|
|
var innerWidth = $(innerEl).outerWidth();
|
|
|
if (innerWidth > maxInnerWidth) {
|
|
|
maxInnerWidth = innerWidth;
|