Skip to content

Commit

Permalink
fix(table): pill cell has too much padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 6, 2022
1 parent 22cf842 commit 9ac1f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/STableCellPill.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const _color = computed(() => {
<style scoped lang="postcss">
.STableCellPill {
padding: 9px 16px 10px;
padding: 7px 16px 9px;
min-height: 40px;
}
Expand Down

0 comments on commit 9ac1f16

Please sign in to comment.