fix: new base dropdown alignment

This commit is contained in:
Ramesh Mane
2026-02-20 10:35:35 +00:00
parent 7679ad7d04
commit ff4962f8ee

View File

@@ -106,7 +106,7 @@ const clearFilter = () => {
</NcList>
</template>
</NcListDropdown>
<WorkspaceCreateProjectBtn :workspace-id="selectedWorkspaceId ?? undefined" type="primary">
<WorkspaceCreateProjectBtn :workspace-id="selectedWorkspaceId ?? undefined" type="primary" placement="bottomRight">
<div class="flex items-center gap-1.5">
<GeneralIcon icon="plus" />
{{ $t('title.newProj') }}