mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Remove left padding from attachments list. (#11275)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<h2 class="tw-sr-only" id="attachments">{{ "attachments" | i18n }}</h2>
|
<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">
|
<li *ngFor="let attachment of cipher.attachments">
|
||||||
<bit-item>
|
<bit-item>
|
||||||
<bit-item-content>
|
<bit-item-content>
|
||||||
|
|||||||
Reference in New Issue
Block a user