Skip to content

Commit

Permalink
add ellepsis to unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Aug 26, 2024
1 parent 87a9b2a commit 2cd7e64
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ const text = computed(() => JSON.stringify(props.value, bigIntReplacer));
{{ text }}
</div>
</template>

<style scoped>
.CoreDataframeCellUnknown {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: inline-block;
}
</style>

0 comments on commit 2cd7e64

Please sign in to comment.