Skip to content

feat(plugins): set active plugin container height to full

mateusz-winiarczyk requested to merge MIN-301-active-plugin-container into development

Active plugin container does not have 100% height. It’s not possible to handle it inside plugin by css, because parent doesn’t have full height. This blocks Piotr from displaying e.g. svg at full height

Example before and after:

full-height

Closes MIN-301

Merge request reports