Skip to content

Commit 4a7530c

Browse files
committed
fix(cards): smooth collapse card
- thanks @MartijnBastiaansen #378
2 parents 6626a9c + 769dcac commit 4a7530c

8 files changed

+10
-9
lines changed

src/base/cards.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,9 @@
663663
</div>
664664
</div>
665665
<div class="collapse show" id="collapseExample">
666-
<div class="card-body">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl
667-
ut aliquip ex ea commodo consequat.
666+
<div class="card-body">
667+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex
668+
ea commodo consequat.
668669
</div>
669670
</div>
670671
</div>

src/js/charts.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/colors.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/main.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/popovers.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/tooltips.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/widgets.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)