Remove left padding from attachments list. (#11275)
This commit is contained in:
parent
ffc97c385d
commit
b54ec7a204
|
@ -1,6 +1,6 @@
|
|||
<h2 class="tw-sr-only" id="attachments">{{ "attachments" | i18n }}</h2>
|
||||
|
||||
<ul *ngIf="cipher?.attachments" aria-labelledby="attachments" class="tw-list-none">
|
||||
<ul *ngIf="cipher?.attachments" aria-labelledby="attachments" class="tw-list-none tw-pl-0">
|
||||
<li *ngFor="let attachment of cipher.attachments">
|
||||
<bit-item>
|
||||
<bit-item-content>
|
||||
|
|
Loading…
Reference in New Issue