Skip to content

Commit

Permalink
Fix: Add some padding to menu items (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikehrn authored Nov 20, 2024
1 parent 5628068 commit 738275d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<slot name="title-icon"></slot>
</div>
<div class="flex flex-1 items-center justify-between truncate">
<h6 class="font-semibold text-foreground-2 truncate text-body-2xs">
<h6 class="font-semibold text-foreground-2 truncate text-body-2xs pr-2">
{{ title }}
</h6>
<CommonBadge v-if="tag" rounded>
Expand All @@ -34,7 +34,7 @@
<slot name="title-icon"></slot>
</div>
<div class="flex flex-1 items-center justify-between truncate">
<h6 class="font-semibold text-foreground-2 truncate text-body-2xs">
<h6 class="font-semibold text-foreground-2 truncate text-body-2xs pr-2">
{{ title }}
</h6>
<CommonBadge v-if="tag" rounded>
Expand Down

0 comments on commit 738275d

Please sign in to comment.