Skip to content

Commit

Permalink
fix(ktable): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed May 21, 2024
1 parent 032f347 commit d8f066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KTable/KTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ $kTableThPaddingY: var(--kui-space-50, $kui-space-50);
tr {
height: 48px;
&:not(:last-of-type) {
&:not(:last-child) {
border-bottom: var(--kui-border-width-10, $kui-border-width-10) solid var(--kui-color-border, $kui-color-border);
}
Expand Down

0 comments on commit d8f066e

Please sign in to comment.