Commit 544cb536f6e2e5113b2f56e39713d00056fbb9ec

Authored by Sergey Tarnavskiy
1 parent dfb24376

minor code improvement

... ... @@ -342,6 +342,8 @@ function EntitiesTableWidgetController($element, $scope, $filter, $mdMedia, $tra
342 342 var columnWidth = vm.columnWidth[key.label];
343 343 if(columnWidth !== "0px") {
344 344 style.width = columnWidth;
  345 + } else {
  346 + style.width = "auto";
345 347 }
346 348 }
347 349 return style;
... ...