Skip to content

Conversation

@caio-pizzol
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Jan 20, 2026

@caio-pizzol caio-pizzol self-assigned this Jan 20, 2026
}
/* Web layout mode (OOXML ST_View 'web'): content reflows to fit container */
.super-editor-container.web-layout {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harbournick lmk if this should be removed

console.warn(
'[SuperDoc] Web layout mode requires useLayoutEngine: false. Automatically disabling layout engine.',
);
this.config.useLayoutEngine = false;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

layout engine disabled - eventually we should support web view on LE as well

}
/* Mobile responsive styles */
@media screen and (max-width: 768px) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make dev app responsive so we can test "web" view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants