Skip to content

Commit a48379f

Browse files
committed
style: align icon and the text
1 parent 6f50f2d commit a48379f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ onKeyStroke(
11531153
type="button"
11541154
@click="copyReadme()"
11551155
v-if="readmeData?.md"
1156-
class="flex items-center h-8 gap-1.5 px-2 py-2 font-mono text-xs bg-bg-subtle border border-border-subtle border-solid rounded-md transition-colors duration-150 hover:(text-fg border-border-hover) active:scale-95 focus:border-border-hover hover:text-fg"
1156+
class="flex items-center h-8 gap-1.5 px-2 py-2 font-mono text-xs leading-none bg-bg-subtle border border-border-subtle border-solid rounded-md transition-colors duration-150 hover:(text-fg border-border-hover) active:scale-95 focus:border-border-hover hover:text-fg"
11571157
:class="copiedReadme ? 'text-fg' : 'text-fg-muted'"
11581158
:aria-label="
11591159
copiedReadme ? $t('common.copied') : $t('package.readme.copy_as_markdown')

0 commit comments

Comments
 (0)