whitespace-no-wrap
Usage
<div class="whitespace-no-wrap">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the whitespace-no-wrap
class:
<!-- Basic usage -->
<div class="whitespace-no-wrap">
Content
</div>
<!-- With other classes -->
<div class="whitespace-no-wrap p-4 bg-white">
Content with padding and background
</div>