Back to flexbox Classes

flex-no-wrap

Usage

<div class="flex-no-wrap">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the flex-no-wrap class:

<!-- Basic usage -->
<div class="flex-no-wrap">Content</div>

<!-- With other classes -->
<div class="flex-no-wrap p-4 bg-white">Content with padding and background</div>
    Open Chat