mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 19:26:51 +00:00
fix(nc-gui): date, year cell content truncate issue
This commit is contained in:
@@ -25,9 +25,9 @@ const localState = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<span class="nc-cell-field">
|
||||
<div class="nc-cell-field tracking-tight truncate">
|
||||
{{ localState?.format(dateFormat) ?? '' }}
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
||||
Reference in New Issue
Block a user