mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 13:06:44 +00:00
fix: new base dropdown alignment
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user