Add padding to badge close button: enhance styling for better usability
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m31s

This commit is contained in:
a.beging@eas-solutions.de
2026-04-22 07:14:11 +02:00
parent 03872e8bba
commit f04dba72fd

View File

@@ -69,3 +69,6 @@ a, .btn-link {
content: "An error has occurred."
}
.badge .badge-close {
padding: 0 .3rem;
}