Skip to content

Commit

Permalink
Remove left padding from attachments list.
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-livefront committed Sep 27, 2024
1 parent 9eeaf0a commit 5c68c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 5c68c79

Please sign in to comment.