Skip to content

Commit

Permalink
peaufinage
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Jan 21, 2025
1 parent 9262984 commit c008107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function onChange(newValue: number) {
.CoreDataframeCellNumber--input,
.CoreDataframeCellNumber--text {
width: 100%;
font-size: 12px;
font-size: inherit;
}
.CoreDataframeCellNumber--input {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function stopEditing() {
.CoreDataframeCellText--textarea,
.CoreDataframeCellText--text {
width: 100%;
font-size: 0.75rem;
font-size: inherit;
}
.CoreDataframeCellText--text {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const text = computed(() => JSON.stringify(props.value, bigIntReplacer));
<style scoped>
.CoreDataframeCellUnknown {
width: 100%;
font-size: inherit;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
Expand Down

0 comments on commit c008107

Please sign in to comment.