From 96dcc150d5d61d0dddae678c3f28830206c338b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 15 Nov 2021 11:52:06 +0100 Subject: [PATCH] Fix typo in vertical alignment of table cells (#35348) --- site/content/docs/5.1/content/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.1/content/tables.md b/site/content/docs/5.1/content/tables.md index 6f6e025dc6..c1f6293b48 100644 --- a/site/content/docs/5.1/content/tables.md +++ b/site/content/docs/5.1/content/tables.md @@ -252,7 +252,7 @@ Add `.table-sm` to make any `.table` more compact by cutting all cell `padding` ## Vertical alignment -Table cells of `` are always vertical aligned to the bottom. Table cells in `` inherit their alignment from `` and are aligned to the the top by default. Use the [vertical align]({{< docsref "/utilities/vertical-align" >}}) classes to re-align where needed. +Table cells of `` are always vertical aligned to the bottom. Table cells in `` inherit their alignment from `
` and are aligned to the top by default. Use the [vertical align]({{< docsref "/utilities/vertical-align" >}}) classes to re-align where needed.
-- 2.47.2