Merge pull request #521 from Terny22/ff-entity-widget-issue
Firefox entities-table widget bug
This commit is contained in:
commit
c5ba493f86
@ -340,7 +340,11 @@ function EntitiesTableWidgetController($element, $scope, $filter, $mdMedia, $tra
|
|||||||
}
|
}
|
||||||
if (!style.width) {
|
if (!style.width) {
|
||||||
var columnWidth = vm.columnWidth[key.label];
|
var columnWidth = vm.columnWidth[key.label];
|
||||||
|
if(columnWidth !== "0px") {
|
||||||
style.width = columnWidth;
|
style.width = columnWidth;
|
||||||
|
} else {
|
||||||
|
style.width = "auto";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return style;
|
return style;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user