SAP/fundamental

Action bar description not wrapping the words

pavansokkenagaraj opened this issue · 2 comments

Describe the bug

Action Bar descriptions are not wrapped/break
https://codepen.io/pavan-sokke-nagaraj/pen/vMMWOx

Expected behavior
descriptions should be multi-lined when there is no space

Screenshots
If applicable, add screenshots to help explain your problem.
image

@LeoT7508 is this a valid requirement? It looks odd if we put a paragraph as a description.

Per standards a sentence shouldn't be longer than 20 words long max. I would recommend keeping it at 15 words max, this is what UX patterns suggest. Per our grid that would put us at about 10 columns, so from a dev side if you guys can set that up to wrap at 10 columns that would be ideal. Having that line extend all the way to the end of the page isn't something we should do or allow.