diff --git a/webapp/packages/core-blocks/src/Containers/shared/ElementsSize.module.css b/webapp/packages/core-blocks/src/Containers/shared/ElementsSize.module.css index a5d5d050264..8d9a11c1625 100644 --- a/webapp/packages/core-blocks/src/Containers/shared/ElementsSize.module.css +++ b/webapp/packages/core-blocks/src/Containers/shared/ElementsSize.module.css @@ -60,6 +60,7 @@ .container > .fill { flex-grow: 1; max-width: none; + min-width: 0; } .keepSize,