mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Fix description of alerts with a description (#2039)
This commit is contained in:
5
.changeset/light-beers-study.md
Normal file
5
.changeset/light-beers-study.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix description of alerts with a description
|
||||
@@ -45,7 +45,7 @@ page-header: Alerts
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title">Alert with a description</h2>
|
||||
<p class="text-secondary">Build on any alert by adding an optional <code>.alert-dismissible</code> and close button.</p>
|
||||
<p class="text-secondary">Add a description to the alert to provide additional information.</p>
|
||||
{% include ui/alert.html type="success" show-description=true show-icon=true %}
|
||||
{% include ui/alert.html type="warning" show-description=true show-icon=true %}
|
||||
{% include ui/alert.html type="danger" show-description=true show-icon=true %}
|
||||
|
||||
Reference in New Issue
Block a user