aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/grid.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-26 12:53:50 -0700
committerMark Otto <[email protected]>2017-03-26 13:23:49 -0700
commit7ca078da815320c75862b6cf25f46ce706570279 (patch)
treedf243c4adc811cdf7395d4288101487a1b2454ed /docs/layout/grid.md
parent1d481519750d3ad5018206408bd583d94a11b54d (diff)
downloadbootstrap-7ca078da815320c75862b6cf25f46ce706570279.tar.xz
bootstrap-7ca078da815320c75862b6cf25f46ce706570279.zip
fixes #22111
- add .col-*-auto to the extend in our grid framework mixins so it gets padding - this means we can avoid the col-12 classes in our docs for the responsive variants
Diffstat (limited to 'docs/layout/grid.md')
-rw-r--r--docs/layout/grid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 01fbfe493..7a16c52a7 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -224,7 +224,7 @@ Use `col-{breakpoint}-auto` classes to size columns based on the natural width o
<div class="col col-lg-2">
1 of 3
</div>
- <div class="col-12 col-md-auto">
+ <div class="col-md-auto">
Variable width content
</div>
<div class="col col-lg-2">
@@ -235,7 +235,7 @@ Use `col-{breakpoint}-auto` classes to size columns based on the natural width o
<div class="col">
1 of 3
</div>
- <div class="col-12 col-md-auto">
+ <div class="col-md-auto">
Variable width content
</div>
<div class="col col-lg-2">