Allow line breaks in Tags

This commit is contained in:
dragere 2022-05-23 19:28:29 +02:00 committed by GitHub
parent d0ee203265
commit 14cbcb4af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -497,6 +497,8 @@ table.table {
// Bootstrap 5 tweaks
a.badge {
text-decoration: none;
word-break: initial;
white-space: initial;
}
.btn-link {