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

@@ -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;
}