Skip to content

Commit a367666

Browse files
committed
Tweak whitespace wording
1 parent 65b9026 commit a367666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/docs/whitespace-and-wrapping.blade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ title: "Whitespace & Wrapping"
6161
<tr>
6262
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.break-words</td>
6363
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">word-wrap: break-word;</td>
64-
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Allow unbreakable words to be broken within an element.</td>
64+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Add line breaks mid-word if needed.</td>
6565
</tr>
6666
<tr>
6767
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.break-normal</td>
6868
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">word-wrap: normal;</td>
69-
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Break words only at allowed break points within an element.</td>
69+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Only add line breaks at normal word break points.</td>
7070
</tr>
7171
<tr>
7272
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.truncate</td>
@@ -75,7 +75,7 @@ title: "Whitespace & Wrapping"
7575
text-overflow: ellipsis;<br>
7676
white-space: nowrap;<br>
7777
</td>
78-
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Cause overflowing text within an element get to truncated with an ellipsis (<code>…</code>) if required.</td>
78+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Truncate overflowing text with an ellipsis (<code>…</code>) if needed.</td>
7979
</tr>
8080
</tbody>
8181
</table>

0 commit comments

Comments
 (0)