Published
- 1 min read
html prevent newline
The solution for this is noted below
html prevent newline
Solution
<style>
.nobr {
white-space: nowrap;
}
</style>
<!-- Or with Tailwindcss -->
<h2 class="whitespace-nowrap">.....</h2>
Try other methods by searching on the site. That is if this doesn’t work