mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
wrap cipher list details for long names
This commit is contained in:
parent
ea49d17c47
commit
c892480086
@ -8,7 +8,7 @@
|
||||
<td (click)="checkCipher(c)" class="table-list-icon">
|
||||
<app-vault-icon [cipher]="c"></app-vault-icon>
|
||||
</td>
|
||||
<td (click)="checkCipher(c)" class="reduced-lh">
|
||||
<td (click)="checkCipher(c)" class="reduced-lh wrap">
|
||||
<a href="#" appStopClick appStopProp (click)="selectCipher(c)" title="{{'editItem' | i18n}}">{{c.name}}</a>
|
||||
<i class="fa fa-share-alt" appStopProp *ngIf="!organization && c.organizationId" title="{{'shared' | i18n}}"></i>
|
||||
<i class="fa fa-paperclip" appStopProp *ngIf="c.hasAttachments" title="{{'attachments' | i18n}}"></i>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user