1
0
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:
BG-Software
2025-01-05 23:05:57 +01:00
committed by GitHub
parent 5dc45aae1f
commit e91884e38c
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix description of alerts with a description

View File

@@ -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 %}