Allow line breaks in Tags

This commit is contained in:
dragere 2022-05-23 19:28:29 +02:00 committed by GitHub
parent 0c641d5f07
commit 1906451bc6

View File

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