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: [CheckboxStory] responsive layout #61

Merged

Commits on Aug 9, 2021

  1. fix: storybook checkbox style

    before:
    1. there is no flexWrap option in Wrapper Component so in mobile environment some checkbox won't show
    2. there is no key props for LabelWrapper, so there are warnings while compiling code
    
    after:
    
    1. added flexWrap:'wrap' and justifyContent:'center' for responsive layout
    2. added key props for LabelWrapper
    Juyeong-Byeon committed Aug 9, 2021
    Copy the full SHA
    4df40c6 View commit details
    Browse the repository at this point in the history