Skip to content

Conversation

@ilhan007
Copy link
Contributor

@ilhan007 ilhan007 commented Nov 25, 2025

Improve vertical alignment of inline web comps by forcing same vertical-align (vertical-align: middle in this case brought by FormComponents.css).

Before:

Screenshot 2025-11-25 at 16 36 36

After
Screenshot 2025-11-25 at 16 33 57

Changes

  • RatingIndicator, Switch, CheckBox, RadioButton, DatePicker now use vertical-align: middle as the rest of the form components
  • StepInput was the only input element with width: 100% falling on next line, all the rest can stay side by side
  • Text use to behave as a block element, falling on next line, due to its display: -webkit-box; => changed to display: -webkit-inline-box; to behave properly

@ui5-webcomponents-bot
Copy link
Collaborator

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview November 25, 2025 14:43 Inactive
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.

3 participants