Skip to content

Commit

Permalink
Remove negative margin of tags button
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Aug 10, 2024
1 parent 48bef8d commit 5fc025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ui-src/components/NavTags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default {
<template>
<template v-if="mailbox.tags && mailbox.tags.length">
<div class="mt-4 text-muted">
<button class="btn btn-sm dropdown-toggle ms-n1" data-bs-toggle="dropdown" aria-expanded="false">
<button class="btn btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Tags
</button>
<ul class="dropdown-menu dropdown-menu-end">
Expand Down

0 comments on commit 5fc025b

Please sign in to comment.