Skip to content

Commit

Permalink
fix(table): text cell with icon gets crashed when text is long
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 6, 2022
1 parent 9ac1f16 commit 36748b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/STableCellText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ const _value = computed(() => {
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
margin-left: -3px;
width: 24px;
height: 24px;
transition: color 0.25s;
Expand Down

0 comments on commit 36748b0

Please sign in to comment.