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

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

feat(plugins): adjust active plugin container size

Closes MIN-301

See merge request !154
parents c33ac4d8 5df76611
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...,!154feat(plugins): adjust active plugin container size
Pipeline #87713 passed
...@@ -12,7 +12,7 @@ export const PluginsDrawer = (): JSX.Element => { ...@@ -12,7 +12,7 @@ export const PluginsDrawer = (): JSX.Element => {
return ( return (
<div <div
className={twMerge( className={twMerge(
'absolute bottom-0 right-0 top-[104px] z-20 h-calc-drawer w-[432px] translate-x-full transform border border-divide bg-white-pearl text-font-500 transition-all duration-500', 'absolute bottom-0 right-0 top-[104px] z-20 flex h-calc-drawer w-[432px] translate-x-full transform flex-col border border-divide bg-white-pearl text-font-500 transition-all duration-500',
isOpen && 'translate-x-0', isOpen && 'translate-x-0',
)} )}
role={PLUGINS_DRAWER_ROLE} role={PLUGINS_DRAWER_ROLE}
......
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