mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-17 18:52:24 +01:00
fix:#92 mobile table buttons
This commit is contained in:
@@ -183,7 +183,7 @@ async function deleteFeed() {
|
||||
</Column>
|
||||
<template #footer>
|
||||
<div
|
||||
class="flex flex-row flex-wrap justify-content-between gap-2 w-full"
|
||||
class="flex flex-column sm:flex-row flex-wrap justify-content-between gap-2 w-full"
|
||||
>
|
||||
<Button type="button" severity="danger" outlined @click="visible = true" icon="pi pi-trash" :label="$t('editCalendarView.delete')"/>
|
||||
<Button type="button" severity="info" outlined @click="router.push('edit-additional-modules')" icon="pi pi-plus" :label="$t('editCalendarView.addModules')"/>
|
||||
|
||||
Reference in New Issue
Block a user