feat(plugins): set active plugin container height to full
Compare changes
@@ -13,7 +13,11 @@ export const PluginContent = (): JSX.Element => {
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:
Closes MIN-301