From 8d3f0995d12e11ba440d8bb03799f3f1349aec57 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 23 Nov 2016 11:28:17 -0800 Subject: [PATCH] Fixes #21123: More specific definition of fixed-width block level for .mx-auto --- docs/utilities/spacing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utilities/spacing.md b/docs/utilities/spacing.md index 53a6ab538a..91dab4f02d 100644 --- a/docs/utilities/spacing.md +++ b/docs/utilities/spacing.md @@ -62,7 +62,7 @@ Here are some representative examples of these classes: {% endhighlight %} ### Horizontal centering -Additionally, Bootstrap also includes an `.mx-auto` class for horizontally centering fixed-width block level content by setting the horizontal margins to `auto`. +Additionally, Bootstrap also includes an `.mx-auto` class for horizontally centering fixed-width block level content—that is, content that has `display: block` and a `width` set—by setting the horizontal margins to `auto`.