I'm developing a widget for ExpB and I'd like to improve the appearance of the messages I display in the Alert component
I would like the message in the Alert component to appear on just one line.
The figure shows the error message (type='error') broken into more than one line.
The component (Alert) is inside the Label with className= {css}, where,
const css = 'd-flex align-items-center align-items-baseline';
The style (CSS) used in the Label allows adjusting all components in the same line, but the Alert does not take advantage of this property of the Label.
How can I set the Alert to use the spaces available in the Label, or use another technique to not break the message?
Thank you in advance for any help.
![lmotta_ibama_0-1707952426178.png lmotta_ibama_0-1707952426178.png](https://community.esri.com/t5/image/serverpage/image-id/94829i81BF088146D90662/image-size/large?v=v2&px=999)
![lmotta_ibama_1-1707952463095.png lmotta_ibama_1-1707952463095.png](https://community.esri.com/t5/image/serverpage/image-id/94830iA81B206B89CF6F85/image-size/medium?v=v2&px=400)