Browse Source

feat(nc-gui): search field truncated

pull/6292/head
reenphygeorge 1 year ago
parent
commit
d34a50c5cf
  1. 2
      packages/nc-gui/components/nc/Badge.vue
  2. 2
      packages/nc-gui/components/smartsheet/toolbar/SearchData.vue

2
packages/nc-gui/components/nc/Badge.vue

@ -27,6 +27,6 @@ const props = defineProps<{
<style> <style>
.badge-color { .badge-color {
@apply mt-1 border px-2 h-6 rounded-lg; @apply mt-1 w-23 border h-6 rounded-lg;
} }
</style> </style>

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

@ -94,7 +94,7 @@ watchDebounced(
@click="isDropdownOpen = !isDropdownOpen" @click="isDropdownOpen = !isDropdownOpen"
> >
<GeneralIcon icon="search" class="ml-1 mr-2 h-3.5 w-3.5 text-gray-500 group-hover:text-black" /> <GeneralIcon icon="search" class="ml-1 mr-2 h-3.5 w-3.5 text-gray-500 group-hover:text-black" />
<NcBadge class="mb-1" color="blue"> <NcBadge class="mb-1 px-2" color="blue">
<p class="pt-1 text-center text-xs text-blue-600 truncate" <p class="pt-1 text-center text-xs text-blue-600 truncate"
> >
in '{{ displayColumnLabel }}' in '{{ displayColumnLabel }}'

Loading…
Cancel
Save