When I resize the window, element inside Info tab auto fit the panel

But when I resize the streaming panel, element inside Info tab does not auto fit the panel

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I fixed it by replace line:
scope.$on('panelsResized', _.throttle(onPanelsResized, 300))
by
scope.$on('fa-pane-resize', _.throttle(onPanelsResized, 300))
in the file: angular-packery-directive.js
Most helpful comment
I fixed it by replace line:
scope.$on('panelsResized', _.throttle(onPanelsResized, 300))by
scope.$on('fa-pane-resize', _.throttle(onPanelsResized, 300))in the file: angular-packery-directive.js