good first issue
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
I have just encountered an issue regarding grid resizing on window resizing.
I see the source code:
angular.element($window).on('resize', gridResize);
I see inconsistency where the grid is not fully resized to fill up the whole div. working on a solution...