Skip to content

Commit

Permalink
Fix sharp corner
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Oct 15, 2024
1 parent c731d1a commit 219ed89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cards/SkeletonCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
position: relative;
overflow: hidden; // contain animation style within card area
border-radius: 0.5em; // prevents sharp corner, should match inner card area border radius in KCard
}
.skeleton-card::before {
Expand Down

0 comments on commit 219ed89

Please sign in to comment.