fix: add centering classes for toast (start-50, translate-middle-x)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
FrankZamora
2025-11-29 11:37:02 -06:00
parent 19b6c38fbf
commit 5d4523e49a
2 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -179,6 +179,8 @@ async function buildBootstrapSubset() {
'position-fixed',
'bottom-0',
'end-0',
'start-50',
'translate-middle-x',
'text-dark',
'bg-warning',
'btn-close',