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
4041d70e
Unverified
Commit
4041d70e
authored
5 years ago
by
XhmikosR
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
card.md remove empty `class` placeholder argument (#29345)
parent
aa3b4c41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/content/docs/4.3/components/card.md
+1
-1
site/content/docs/4.3/components/card.md
with
1 addition
and
1 deletion
+1
-1
site/content/docs/4.3/components/card.md
+
1
-
1
View file @
4041d70e
...
...
@@ -385,7 +385,7 @@ Using a combination of grid and utility classes, cards can be made horizontal in
<div
class=
"card mb-3"
style=
"max-width: 540px;"
>
<div
class=
"row no-gutters"
>
<div
class=
"col-md-4"
>
{{
<
placeholder
width=
"100%"
height=
"250"
class=
""
text=
"Image"
>
}}
{{
<
placeholder
width=
"100%"
height=
"250"
text=
"Image"
>
}}
</div>
<div
class=
"col-md-8"
>
<div
class=
"card-body"
>
...
...
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