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

feat: add layout improvements behind feature flag #8552

Merged
merged 13 commits into from
Jan 31, 2025
Prev Previous commit
Next Next commit
Update vaadin-horizontal-layout-styles.js
web-padawan authored Jan 30, 2025
commit c0cd6fceeb1267a792402992ccb7d8b94e0f9566
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ const layoutImprovementStyles = css`
::slotted(vaadin-horizontal-layout[data-width-full]),
::slotted(vaadin-vertical-layout[data-width-full]) {
min-width: 0;
}
}
`;

export const horizontalLayoutStyles = enableLayoutImprovements ? [baseStyles, layoutImprovementStyles] : [baseStyles];