mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-30 09:12:14 +00:00
Dont center items in more menu (#5009)
This commit is contained in:
parent
af6a15b5bf
commit
ddf01c916e
@ -35,7 +35,7 @@
|
|||||||
@click="isDropdownOpen = false"
|
@click="isDropdownOpen = false"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="hover:bg-wp-background-200 dark:hover:bg-wp-background-100 flex w-full min-w-20 flex-row items-center justify-center gap-2 rounded-md px-2 py-1"
|
class="hover:bg-wp-background-200 dark:hover:bg-wp-background-100 flex w-full min-w-20 flex-row gap-2 rounded-md px-2 py-1"
|
||||||
>
|
>
|
||||||
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="shrink-0" />
|
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="shrink-0" />
|
||||||
<span>{{ tab.title }}</span>
|
<span>{{ tab.title }}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user