Browse Source

fix: Minor UI fix on view info

pull/6539/head
Muhammed Mustafa 1 year ago
parent
commit
42c63b3153
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue

2
packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue

@ -104,7 +104,7 @@ const { isLeftSidebarOpen } = storeToRefs(useSidebarStore())
{{ activeView?.is_default ? $t('title.defaultView') : activeView?.title }}
</template>
<span
class="truncate pl-1.25"
class="truncate xs:pl-1.25"
:class="{
'max-w-28/100': !isMobileMode,
'text-gray-500': activeView?.is_default,

Loading…
Cancel
Save