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
My application has a p-splitbutton where the dropdown is a series of numbers. After we upgraded to angular 19, we noticed an issue where the dropdown for the splitbutton is way too wide for our single digit numbers. Through debugging I found that the cause is a style field called min-width that is set to 12.5rem in the presets. The value is not through a token and I have not been able to overwrite the value through css. Is there a way to fix this or is the value unchangeable?
The text was updated successfully, but these errors were encountered:
My application has a p-splitbutton where the dropdown is a series of numbers. After we upgraded to angular 19, we noticed an issue where the dropdown for the splitbutton is way too wide for our single digit numbers. Through debugging I found that the cause is a style field called min-width that is set to 12.5rem in the presets. The value is not through a token and I have not been able to overwrite the value through css. Is there a way to fix this or is the value unchangeable?
The text was updated successfully, but these errors were encountered: