mirror of
https://github.com/unraid/api.git
synced 2026-04-22 07:10:42 -05:00
fix: upc text vertical centering
This commit is contained in:
@@ -37,7 +37,7 @@ const title = computed((): string => {
|
||||
|
||||
<template>
|
||||
<button
|
||||
class="group text-18px hover:text-alpha focus:text-alpha border border-transparent relative flex flex-row justify-end items-center h-full gap-x-8px outline-none focus:outline-none"
|
||||
class="group text-18px hover:text-alpha focus:text-alpha border-0 relative flex flex-row justify-end items-center h-full gap-x-8px outline-none focus:outline-none"
|
||||
:title="title"
|
||||
@click="dropdownStore.dropdownToggle()"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user