mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:16:05 +00:00
fix(nc-gui): center align integrations tab content
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user