remove extra-padding, ununsed

This commit is contained in:
Girish Ramakrishnan
2025-09-25 12:04:12 +02:00
parent 5bdfe23435
commit fc83306d72
10 changed files with 11 additions and 20 deletions
@@ -103,7 +103,7 @@ onMounted(async () => {
</script>
<template>
<Section :title="$t('emails.settings.location')" :padding="false">
<Section :title="$t('emails.settings.location')">
<template #header-buttons>
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>