Skip to content
Snippets Groups Projects
Commit c33ac4d8 authored by mateusz-winiarczyk's avatar mateusz-winiarczyk
Browse files

Merge branch 'MIN-301-active-plugin-container' into 'development'

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

Closes MIN-301

See merge request !151
parents 0f1a0e58 cfeb2697
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!151feat(plugins): set active plugin container height to full
Pipeline #87491 passed
......@@ -13,7 +13,11 @@ export const PluginContent = (): JSX.Element => {
${getPluginContentStyle(selectedPlugin)}
`}
</style>
<div id={PLUGINS_CONTENT_ELEMENT_ID} data-testid="drawer-plugins-content" />
<div
id={PLUGINS_CONTENT_ELEMENT_ID}
data-testid="drawer-plugins-content"
className="h-full"
/>
</>
);
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment