HTML empêche la nouvelle ligne
<style>
.nobr {
white-space: nowrap;
}
</style>
<!-- Or with Tailwindcss -->
<h2 class="whitespace-nowrap">.....</h2>
Lioruby
<style>
.nobr {
white-space: nowrap;
}
</style>
<!-- Or with Tailwindcss -->
<h2 class="whitespace-nowrap">.....</h2>
1st line
<br>
2nd line