diff --git a/apps/client/src/features/editor/components/common/node-resize.module.css b/apps/client/src/features/editor/components/common/node-resize.module.css index ec72f955..d2d7d4fe 100644 --- a/apps/client/src/features/editor/components/common/node-resize.module.css +++ b/apps/client/src/features/editor/components/common/node-resize.module.css @@ -81,8 +81,8 @@ the image node view mirrors onto its container. This module is the one actually imported by the resize node views (node-resize-handles.ts), so the rule loads. */ @media (max-width: 600px) { - :global([data-image-align="floatLeft"]), - :global([data-image-align="floatRight"]) { + .container:global([data-image-align="floatLeft"]), + .container:global([data-image-align="floatRight"]) { float: none !important; width: 100% !important; padding: 0 !important;