Skip to content

Commit

Permalink
fix(table): no background color when pills are empty (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-gk committed Jun 6, 2023
1 parent b06e1af commit c7443f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/STableCellPills.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const items = computed(() => props.pills(props.value, props.record))
.STableCellPills {
display: flex;
padding: 0 14px;
min-height: 40px;
:deep(.STableCellPill) {
padding-right: 2px;
Expand Down

0 comments on commit c7443f7

Please sign in to comment.