1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

fix too large padding

This commit is contained in:
pat-s 2024-12-23 19:09:15 +01:00
parent 18c5727288
commit 3a738323bf
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925

View File

@ -2,7 +2,7 @@
<component <component
:is="to ? 'router-link' : clickable ? 'button' : 'div'" :is="to ? 'router-link' : clickable ? 'button' : 'div'"
:to="to" :to="to"
class="w-full flex border rounded-md bg-wp-background-100 overflow-hidden p-4 border-wp-background-400 dark:bg-wp-background-200" class="flex border-wp-background-400 bg-wp-background-100 dark:bg-wp-background-200 border rounded-md w-full overflow-hidden"
:class="{ :class="{
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300': clickable || to, 'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300': clickable || to,
}" }"