1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

wrap cipher list details for long names

This commit is contained in:
Kyle Spearrin
2018-08-16 08:46:49 -04:00
parent ea49d17c47
commit c892480086
2 changed files with 5 additions and 1 deletions

View File

@@ -319,6 +319,10 @@ label:not(.form-check-label):not(.btn) {
}
}
td.wrap {
word-break: break-all;
}
td.table-list-options {
width: 76px;
max-width: 76px;