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(ui5-product-switch): enable alignment of items #6683

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

dobrinyonkov
Copy link
Contributor

With this change, the root element of ui5-product-switch inherits the following css properties from it parent (the custom element)
in order to allow aligment:

  • justiy-content
  • align-items
<ui5-product-switch  style="justify-content: center;">

Closes: #6594

@dobrinyonkov dobrinyonkov merged commit 97cba4b into main Mar 10, 2023
@dobrinyonkov dobrinyonkov deleted the pr-sw-flex-inherit branch March 10, 2023 15:07
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.

Alignment for ProductSwitch and ProductSwitchItem
2 participants