Hey everyone, I am running into an issue where a button keeps getting wrapped on mobile devices:
I have already tried the following CSS:
root {
white-space: nowrap;
}
Which sadly, did not work.
Maybe someone has a workaround for that, big thanks in advance!