Skip to content

Commit

Permalink
fix(kradio): remove horizontal card vertical spacing (#2526)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Dec 6, 2024
1 parent 11e7b32 commit d4dc2b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/KRadio/KRadio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,6 @@ $kRadioDotSize: 6px;
margin-left: var(--kui-space-70, $kui-space-70);
margin-top: var(--kui-space-80, $kui-space-80);
}
& + .k-radio.radio-card.card-horizontal {
margin-top: var(--kui-space-40, $kui-space-40);
}
}
&.checked.radio-card:not(.disabled) {
Expand Down

0 comments on commit d4dc2b7

Please sign in to comment.