mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 15:16:52 +00:00
fix(nc-gui): padding issue
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user