Skip to content
Snippets Groups Projects
Commit 5e30392e authored by Alberto Siles's avatar Alberto Siles
Browse files

Issue #3059337: card-block should probably be card-body in ds templates

parent bb642fad
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
{{ title_suffix.contextual_links }}
<{{ first_wrapper }}{{ first_attributes.addClass('card-block') }}>
<{{ first_wrapper }}{{ first_attributes.addClass('card-block card-body') }}>
{{ first }}
</{{ first_wrapper }}>
......@@ -30,7 +30,7 @@
{{ second }}
</{{ second_wrapper }}>
<{{ third_wrapper }}{{ third_attributes.addClass('card-block') }}>
<{{ third_wrapper }}{{ third_attributes.addClass('card-block card-body') }}>
{{ third }}
</{{ third_wrapper }}>
......
......@@ -9,7 +9,7 @@
* - first: content of first region
*/
#}
<{{ outer_wrapper }}{{ attributes.addClass('card', 'clearfix', 'card-block') }}>
<{{ outer_wrapper }}{{ attributes.addClass('card', 'clearfix', 'card-block', 'card-body) }}>
{{ title_suffix.contextual_links }}
......
......@@ -25,7 +25,7 @@
{{ first }}
</{{ first_wrapper }}>
<{{ second_wrapper }}{{ second_attributes.addClass('card-block') }}>
<{{ second_wrapper }}{{ second_attributes.addClass('card-block card-body') }}>
{{ second }}
</{{ second_wrapper }}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment