Using Ticker (from dash_extensions) DASH

Hi there. I realize in my dash app when i use a Ticker, if the string is bigger than the example, it fit in a second row, even i could see trhee rows in some case.

Is there a way to config the ticker in order to avoid this display in two or three rows? i want all the information ( an string with important lenght ) in a single row with this Ticker component from dash_extensions.

My code is below:

Ticker([html.Div(resume)], direction="toRight", mode='chain')

thank you so much in advance