We found that there were some visual inconsistencies when dealing with long tag names. Handled the overflow with the layout and set max-width for the button to utilize the default overflow handling. Added titles to allow for accessibility.
Motivation and Context
To provide a better user experience.
How Has This Been Tested?
Locally with mock data to force long tag names
Screenshots
Before
After
After (w/Title)
CheckList
[x] PR title addresses the issue accurately and concisely
Description
We found that there were some visual inconsistencies when dealing with long tag names. Handled the overflow with the layout and set
max-width
for the button to utilize the default overflow handling. Added titles to allow for accessibility.Motivation and Context
To provide a better user experience.
How Has This Been Tested?
Locally with mock data to force long tag names
Screenshots
Before
After
After (w/Title)
CheckList