fix(nc-gui): padding issue

This commit is contained in:
Ramesh Mane
2025-05-17 06:32:02 +00:00
parent acaab70174
commit 3a4d96e5e5

View File

@@ -322,7 +322,7 @@ const openBaseHomePage = async () => {
v-e="['c:base:home']"
type="text"
size="xsmall"
class="nc-sidebar-top-button !h-8 w-full"
class="nc-sidebar-top-button !h-8 w-full !pl-0"
:centered="false"
:class="{
'!text-brand-600 !bg-brand-50 !hover:bg-brand-50': activeProjectId === base.id && baseViewOpen,