From a65603cfc070cb6c7c799f3a0de62ec71d73ccad Mon Sep 17 00:00:00 2001 From: hennesseehosting Date: Mon, 11 Feb 2019 10:42:27 -0500 Subject: [PATCH] Add link to the "card" class for bootstrap 4 (#28293) Panels have been replaced in the newest version of bootstrap. I added a link for the details. --- guide/english/bootstrap/panels/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/bootstrap/panels/index.md b/guide/english/bootstrap/panels/index.md index 51a3e9c9a3..fc859bc481 100644 --- a/guide/english/bootstrap/panels/index.md +++ b/guide/english/bootstrap/panels/index.md @@ -79,4 +79,5 @@ This is a set of examples that shows each type of panel. The CSS Class is displa ### More Information - [Bootstrap dropdown documentation](https://getbootstrap.com/docs/4.0/components/dropdowns/) +- [Panels have been replaced with the "card" class in Bootstrap 4](https://getbootstrap.com/docs/4.0/components/card/) - [Bootstrap v4.0.0 Migration Panels](https://getbootstrap.com/docs/4.1/migration/#panels/)