mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
Removing justify-content-between left the icon and text touching with no spacing after handleNotification rerenders the alert into two flex children. Add gap-2 (0.5rem) on the parent so they get a small visual break consistent with Bootstrap 5 alert conventions. The deleted-paste case (icon + text inline inside the inner div, plus the "Start over" button as the second child) keeps its original spacing because PHP_EOL provides the icon-text separation; gap-2 only adds 0.5rem between the inner div and the right-aligned button, which reads cleanly. |
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| .htaccess | ||
| bootstrap.php | ||
| bootstrap5.php | ||
| shortenerproxy.php | ||