fix(nc-gui): center align integrations tab content

This commit is contained in:
Ramesh Mane
2025-07-31 10:08:54 +00:00
parent c8c0739832
commit 164dfc193e
2 changed files with 2 additions and 4 deletions

View File

@@ -262,7 +262,7 @@ onKeyStroke('ArrowDown', onDown)
</script>
<template>
<div class="h-full flex flex-col gap-6 nc-workspace-connections">
<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="text-sm font-normal text-gray-600">
<div>

View File

@@ -131,9 +131,7 @@ onBeforeMount(() => {
:deep(.ant-tabs-tab) {
@apply pt-2 pb-3;
}
:deep(.ant-tabs-content) {
@apply nc-content-max-w;
}
.ant-tabs-content-top {
@apply !h-full;
}