Commit 544cb536f6e2e5113b2f56e39713d00056fbb9ec

Authored by Sergey Tarnavskiy
1 parent dfb24376

minor code improvement

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