diff --git a/packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue b/packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue index 0fd46e3a15..92df86b0aa 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue @@ -14,7 +14,7 @@ const { activeTable } = storeToRefs(useTablesStore()) :class="{ 'min-w-2/5 max-w-2/5': !isMobileMode && activeView?.type !== ViewTypes.KANBAN, 'min-w-1/4 max-w-1/4': !isMobileMode && activeView?.type === ViewTypes.KANBAN, - 'min-w-2/3 max-w-2/3': isMobileMode, + 'min-w-1/2 max-w-1/2': isMobileMode, }" >