mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-25 08:38:43 +00:00
wrap long login text and add padding
This commit is contained in:
parent
e3f7669864
commit
b9ac2804d5
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<component
|
||||
:is="to === undefined ? 'button' : httpLink ? 'a' : 'router-link'"
|
||||
v-bind="btnAttrs"
|
||||
class="relative flex flex-shrink-0 cursor-pointer items-center overflow-hidden whitespace-nowrap rounded-md border px-2 py-1 shadow-sm transition-all duration-150 disabled:cursor-not-allowed disabled:opacity-50"
|
||||
class="relative flex flex-shrink-0 cursor-pointer items-center overflow-hidden whitespace-nowrap rounded-md border px-2 py-1 shadow-sm transition-all duration-150 disabled:cursor-not-allowed disabled:opacity-50 text-wrap"
|
||||
:class="{
|
||||
'border-wp-control-neutral-300 bg-wp-control-neutral-100 text-wp-text-100 hover:bg-wp-control-neutral-200':
|
||||
color === 'gray',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<div class="flex min-h-48 items-center justify-center bg-wp-primary-200 dark:bg-wp-primary-300 md:w-3/5">
|
||||
<WoodpeckerLogo preserveAspectRatio="xMinYMin slice" class="h-32 w-32 md:h-48 md:w-48" />
|
||||
</div>
|
||||
<div class="flex min-h-48 flex-col items-center justify-center gap-4 text-center md:w-2/5">
|
||||
<div class="flex min-h-48 flex-col items-center justify-center gap-4 text-center md:w-2/5 px-1">
|
||||
<h1 class="text-xl text-wp-text-100">{{ $t('welcome') }}</h1>
|
||||
<div class="flex flex-col gap-2">
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue