Skip to content

Commit

Permalink
fix(ktable): update sort styling (#473)
Browse files Browse the repository at this point in the history
Fix sort icon position
  • Loading branch information
kaiarrowood committed Jan 12, 2022
1 parent 4246089 commit d2d242f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/KTable/KTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ export default defineComponent({
}
.caret {
top: 2px;
position: relative;
transform: rotate(0deg);
}
Expand Down

0 comments on commit d2d242f

Please sign in to comment.