Skip to content
GitLab
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
7f075bfb
Commit
7f075bfb
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#22135
parent
09f98fbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_card.scss
+6
-3
scss/_card.scss
with
6 additions
and
3 deletions
+6
-3
scss/_card.scss
+
6
-
3
View file @
7f075bfb
...
...
@@ -262,15 +262,18 @@
// Columns
//
@include
media-breakpoint-up
(
sm
)
{
.card-columns
{
.card-columns
{
.card
{
margin-bottom
:
$card-columns-margin
;
}
@include
media-breakpoint-up
(
sm
)
{
column-count
:
$card-columns-count
;
column-gap
:
$card-columns-gap
;
.card
{
display
:
inline-block
;
// Don't let them vertically span multiple columns
width
:
100%
;
// Don't let their width change
margin-bottom
:
$card-columns-margin
;
}
}
}
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