Skip to content

Commit

Permalink
Fix update all alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Nov 11, 2024
1 parent 7199977 commit cbe98d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/content/ContentListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function setSelected(value: boolean) {
Name <DropdownIcon />
</div>
<div class="flex items-center gap-1 max-w-60">Updated <DropdownIcon v-if="false" /></div>
<div class="flex">
<div class="flex justify-end gap-2">
<slot name="header-actions" />
</div>
</slot>
Expand Down

0 comments on commit cbe98d4

Please sign in to comment.