You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the SplitButton is mounted inside an container with a fixed height, it spreads to the available height, which results in breaking the layout of the component.
Setting height: auto; fixes the issue, but imo this shouldn't be necessary.
Affected Component
SplitButton
Expected Behaviour
The SplitButton should keep its dimensions if not defined otherwise.
Could you please check the description and provided sample and analyse whether that result is expected when setting height: auto to the SplitButton when placed within a container with bigger and fixed height?
Bug Description
When the
SplitButton
is mounted inside an container with a fixed height, it spreads to the available height, which results in breaking the layout of the component.Setting
height: auto;
fixes the issue, but imo this shouldn't be necessary.Affected Component
SplitButton
Expected Behaviour
The SplitButton should keep its dimensions if not defined otherwise.
Isolated Example
https://stackblitz.com/edit/js-atedm9?file=index.html
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
1.24.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
MXP & UI5WCR
Declaration
The text was updated successfully, but these errors were encountered: