Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add space for label before checkbox / radio button #5147

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

inikolova
Copy link
Contributor

Related to #5037

@inikolova inikolova self-assigned this Aug 14, 2024
@inikolova inikolova marked this pull request as ready for review August 14, 2024 13:28
@inikolova inikolova requested a review from a team as a code owner August 14, 2024 13:28
Copy link
Contributor

@epetrow epetrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder do we actually need to override the display of the label from inline-flex to inline? If not maybe we can merge the styles? For example:

.k-checkbox + .k-label,
.k-label + .k-checkbox,
/* etc. */ {
  margin-inline-start: $kendo-checkbox-label-margin-x;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants