Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c920049b
Commit
c920049b
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'v4-dev' of
https://github.com/twbs/bootstrap
into v4-dev
parents
deb1c59c
3cb25257
9 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!22391
V4 dev
,
!22143
Fix selectable disabled toggle radio buttons
,
!22598
test
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23178
Spinner
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/layout/grid.md
+1
-1
docs/layout/grid.md
with
1 addition
and
1 deletion
+1
-1
docs/layout/grid.md
+
1
-
1
View file @
c920049b
...
...
@@ -293,7 +293,7 @@ Don't want your columns to simply stack in some grid tiers? Use a combination of
{% example html %}
<!-- Stack the columns on mobile by making one full-width and the other half-width -->
<div
class=
"row"
>
<div
class=
"col col-md-8"
>
.col .col-md-8
</div>
<div
class=
"col
-12
col-md-8"
>
.col
-12
.col-md-8
</div>
<div
class=
"col-6 col-md-4"
>
.col-6 .col-md-4
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets