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
The issue with the composite bar is that the long titles of the items are being cut off, which may lead to the loss of important information and make the interface more difficult to use.
The use of an ellipsis to indicate truncated text does not seem to be working due to the rightAdornment taking too much of a space on the items.
I am considering implementing the function of word wrapping for the titles of the items in order to solve this problem.
The text was updated successfully, but these errors were encountered:
The issue with the composite bar is that the long titles of the items are being cut off, which may lead to the loss of important information and make the interface more difficult to use.
The use of an ellipsis to indicate truncated text does not seem to be working due to the
rightAdornment
taking too much of a space on the items.I am considering implementing the function of word wrapping for the titles of the items in order to solve this problem.
The text was updated successfully, but these errors were encountered: