fix: remove extra margin from connections tab

This commit is contained in:
Ramesh Mane
2026-04-01 12:50:37 +00:00
parent ff3a517d71
commit 674bb116f8

View File

@@ -329,7 +329,7 @@ const customRow = (record: Record<string, any>) => ({
<template>
<div class="h-full flex flex-col gap-6 nc-workspace-connections nc-content-max-w mx-auto">
<div class="flex flex-col justify-between gap-2 mx-1">
<div class="flex flex-col justify-between gap-2">
<h2 v-if="showTitle" class="text-lg font-semibold text-nc-content-gray mb-0">
{{ $t('general.activeConnections') }}
</h2>