1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

fix: truncate long links names in the vault filters (#12887)

Co-authored-by: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com>

Merging to main for testing.
This commit is contained in:
Oleksandr Tkachenko
2025-03-13 21:20:57 +02:00
committed by GitHub
parent 31b1ee4f84
commit d0f337bf98

View File

@@ -184,7 +184,8 @@
} }
} }
button.no-btn { button.no-btn,
a.no-btn {
background: transparent; background: transparent;
border: none; border: none;
padding: 0; padding: 0;