fix: responsive form builder

This commit is contained in:
Ramesh Mane
2026-03-10 16:58:34 +00:00
parent ac796ba4b4
commit fa9a25a6d3
5 changed files with 99 additions and 16 deletions

View File

@@ -89,7 +89,13 @@ const clearFilter = () => {
</div>
<div class="flex items-center flex-row-reverse md:flex-row gap-2">
<WorkspaceCreateProjectBtn :workspace-id="selectedWorkspaceId ?? undefined" type="primary" placement="bottomRight">
<WorkspaceCreateProjectBtn
:workspace-id="selectedWorkspaceId ?? undefined"
type="primary"
placement="bottomRight"
centered
inner-class="children:justify-center"
>
<div class="flex items-center gap-1.5">
<GeneralIcon icon="plus" />
<span class="hidden sm:inline">{{ $t('title.newProj') }}</span>