new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tailwind CSS v4 · all subjects

utilities/text-wrapping

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

overflow-wrap utilities in Tailwind v4

Tailwind v4 provides three overflow-wrap utilities: wrap-break-word (overflow-wrap: break-word), wrap-anywhere (overflow-wrap: anywhere), and wrap-normal (overflow-wrap: normal).

wrap-break-word utility

The wrap-break-word utility applies overflow-wrap: break-word and allows line breaks between letters in a word if needed.

wrap-anywhere utility

The wrap-anywhere utility applies overflow-wrap: anywhere and behaves similarly to wrap-break-word, except the browser factors in mid-word line breaks when calculating the intrinsic size of the element. This is useful for wrapping text inside flex containers where min-width: 0 would normally be needed on the child element.

wrap-normal utility

The wrap-normal utility applies overflow-wrap: normal and only allows line breaks at natural wrapping points, like spaces, hyphens, and punctuation.

overflow-wrap utilities support responsive design

The overflow-wrap utilities (wrap-break-word, wrap-anywhere, wrap-normal) support responsive design modifiers.

Give your agent this brain