We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591f653 commit bda5cdcCopy full SHA for bda5cdc
public/app/features/dashboard/row/row.ts
@@ -105,7 +105,7 @@ export function rowDirective($rootScope) {
105
row: "=",
106
},
107
link: function(scope, element) {
108
- scope.$watchGroup(['ctrl.row.height'], function() {
+ scope.$watchGroup(['ctrl.row.collapse', 'ctrl.row.height'], function() {
109
element.css({minHeight: scope.ctrl.row.collapse ? '5px' : scope.ctrl.row.height});
110
});
111
0 commit comments