break-inside

Các utility để kiểm soát cách ngắt cột hoặc trang bên trong một phần tử.

ClassStyles
break-inside-auto
break-inside: auto;
break-inside-avoid
break-inside: avoid;
break-inside-avoid-page
break-inside: avoid-page;
break-inside-avoid-column
break-inside: avoid-column;

Ví dụ

Ví dụ cơ bản

Sử dụng các utility như break-inside-columnbreak-inside-avoid-page để kiểm soát cách ngắt cột hoặc trang bên trong một phần tử:

<div class="columns-2">  <p>Well, let me tell you something, ...</p>  <p class="break-inside-avoid-column">Sure, go ahead, laugh...</p>  <p>Maybe we can live without...</p>  <p>Look. If you think this is...</p></div>

Thiết kế responsive

Prefix a break-inside utility with a breakpoint variant like md: to only apply the utility at medium screen sizes and above:

<div class="break-inside-avoid-column md:break-inside-auto ...">  <!-- ... --></div>

Learn more about using variants in the variants documentation.

Copyright © 2025 Tailwind Labs Inc.·Chính sách thương hiệu