1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-21 20:03:43 +00:00

fix attachment dl icon alignment in web and desktop (#18349)

This commit is contained in:
Jordan Aasen
2026-01-14 17:19:09 -08:00
committed by GitHub
parent c91fbb2cad
commit 2cec30e533

View File

@@ -9,7 +9,7 @@
<span slot="secondary" data-testid="file-size">{{ attachment.sizeName }}</span>
</bit-item-content>
<ng-container slot="end">
<bit-item-action class="tw-pr-4">
<bit-item-action class="tw-pr-4 [@media(min-width:650px)]:tw-pr-6">
<app-download-attachment
[admin]="admin"
[cipher]="cipher"