mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
fix attachment dl icon alignment in web and desktop (#18349)
This commit is contained in:
parent
c91fbb2cad
commit
2cec30e533
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user