Closed
Description
This should probably be done in a view post-fixer. For instance, as 2 maps containing elements with MB before and after.
In the initial implementation only the widgets are taken into consideration. So all we need is a list of all widgets that have display: block
from getComputedStyle()
(because there could be inline widgets too).
A piece of #407.