mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Allow line breaks in Tags
This commit is contained in:
parent
d0ee203265
commit
14cbcb4af6
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue