Skip to content

Commit

Permalink
fix(kcard): actions content wrapping (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Sep 11, 2024
1 parent dbbb8aa commit 42fe5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/KCard/KCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const showCardHeader = computed((): boolean => {
.card-actions {
display: flex;
flex-shrink: 0;
gap: var(--kui-space-30, $kui-space-30);
margin-left: var(--kui-space-auto, $kui-space-auto);
}
Expand Down

0 comments on commit 42fe5ff

Please sign in to comment.