mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 09:46:59 +00:00
fix: remove extra margin from connections tab
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user