[BUG] Set Dates - Confirm Button overflow #1946

Closed
opened 2022-07-18 11:34:35 +00:00 by PewQuadrat · 2 comments

Hello :)

The confirm button to set dates (due/start/end) has some overflow.

image

The image is from try

Greetings

Hello :) The confirm button to set dates (due/start/end) has some overflow. ![image](/attachments/0859f7b8-6fd9-4371-8446-2f911a30ef62) The image is from *try* Greetings
2.8 KiB
Author

This is doing the trick (did not provide a pull request yet)

<x-button
	class="datepicker__close-button ~~is-fullwidth~~"
	:shadow="false"
	@click="close"
	v-cy="'closeDatepicker'">
	{{ $t('misc.confirm') }}
</x-button>

within the code block the strikethrough is not working

This is doing the trick (did not provide a pull request yet) ``` <x-button class="datepicker__close-button ~~is-fullwidth~~" :shadow="false" @click="close" v-cy="'closeDatepicker'"> {{ $t('misc.confirm') }} </x-button> ``` within the code block the strikethrough is not working
konrad added the
kind/bug
label 2022-07-18 13:11:42 +00:00
Owner

Fixed in 9fd2f4ea5c - please check the next unstable build in ~30 min if that fixed the bug.

Fixed in https://kolaente.dev/vikunja/frontend/commit/9fd2f4ea5caad1a307a6886379f029a83ad0aa6c - please check the next unstable build in ~30 min if that fixed the bug.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1946
No description provided.