chore(breadcrumb_badges/backlinks): display list of backlinks on click

This commit is contained in:
Elian Doran
2025-12-10 11:41:14 +02:00
parent 66008489c4
commit b03e6c3b19
3 changed files with 64 additions and 16 deletions

View File

@@ -37,4 +37,16 @@
text-decoration: none;
}
}
.dropdown {
&.dropdown-backlinks-badge .dropdown-menu {
min-width: 500px;
}
.btn {
border: 0;
margin: 0;
padding: 0;
}
}
}