Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tablet media query configuration to renderer styling store #1062

Open
brendan-cheong opened this issue Nov 21, 2024 · 0 comments
Open

Add tablet media query configuration to renderer styling store #1062

brendan-cheong opened this issue Nov 21, 2024 · 0 comments

Comments

@brendan-cheong
Copy link

brendan-cheong commented Nov 21, 2024

Would it be possible to have control over the media query that determines whether the device is a tablet (or larger) and the form displays with the tabbed layout (with the tab list displayed as side navigation) or collapsible layout (with the accordion)? At the moment, it is hardcoded to: theme.breakpoints.up('md').

We can work around this by setting the 'md' breakpoint in the theme to control this, though that obviously has a wider effect on how the renderer displays.

@brendan-cheong brendan-cheong changed the title Add tablet breakpoint configuration to renderer styling store Add tablet media query configuration to renderer styling store Nov 21, 2024
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

No branches or pull requests

1 participant