refactor: 💄 Update card and action button padding
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 1s
Deploy to GitHub Pages / build (push) Failing after 2s
Docker / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-06-18 19:55:56 +02:00
parent cf15ff11bf
commit 00b6783ae0
No known key found for this signature in database
8 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<template>
<Card class="grid gap-3 text-sm p-4">
<Card class="grid gap-3 text-sm">
<dl class="grid gap-3">
<div v-for="[key, value] of data" :key="key" class="flex flex-row items-baseline justify-between gap-4 truncate">
<dt class="text-muted-foreground">

View file

@ -1,5 +1,5 @@
<template>
<Card class="grid gap-3 text-sm max-w-sm p-4">
<Card class="grid gap-3 text-sm max-w-sm">
<dl class="grid gap-3">
<div v-for="[key, value] of data" :key="key" class="flex flex-row items-baseline justify-between gap-4 truncate">
<dt class="text-muted-foreground">