Skip to content

Commit

Permalink
fix(kskeleton): adjust table row height [KHCP-9002]
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed May 9, 2024
1 parent 6e875e3 commit b393f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KSkeleton/TableSkeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const calcWidth = (cell: number, row: number): SkeletonBoxWidth => {
.skeleton-table-row {
display: flex;
gap: var(--kui-space-20, $kui-space-20);
padding: var(--kui-space-80, $kui-space-80) var(--kui-space-40, $kui-space-40);
padding: var(--kui-space-60, $kui-space-60) var(--kui-space-40, $kui-space-40);
width: 100%;
&:not(:last-child) {
Expand Down

0 comments on commit b393f49

Please sign in to comment.