-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Open
Description
Discussed in https://github.com/orgs/twbs/discussions/41368
Originally posted by abielmagudev April 12, 2025
Hi friends, can you add a class for balanced text?
.text-balanced {
text-wrap: balance;
}
<p class="text-balanced">This is a text balanced by a class of CSS.</p>