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) {
|
||||
var columnWidth = vm.columnWidth[key.label];
|
||||
style.width = columnWidth;
|
||||
if(columnWidth !== "0px") {
|
||||
style.width = columnWidth;
|
||||
} else {
|
||||
style.width = "auto";
|
||||
}
|
||||
}
|
||||
return style;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user