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

style(Checkbox): limit checkbox clickable area #patch #93

Merged

Conversation

hamdanhanafi
Copy link
Collaborator

fix issue clickable area in the checkbox

before

checkbox-before.mp4

after

checkbox-after.mp4

the solution
fix the CSS styles, previously using flex and then changed to use 'inline-flex'
with inline-flex the width of the element label will not fill the whole element on the screen,
just align with an element of the content

CHANGELOG.md Outdated Show resolved Hide resolved
update changelog

update CHANGELOG.md

fix: update changelog
@hamdanhanafi hamdanhanafi force-pushed the fix/limit-checkbox-clickable-area branch from 5305f81 to f120076 Compare September 16, 2022 07:41
@hamdanhanafi hamdanhanafi merged commit aeb6175 into AccelByte:master Sep 16, 2022
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