Closed victortrinh2 closed 1 week ago
Name | Link |
---|---|
Latest commit | c55488062098fc78d8923abea86e8d4ddd960a94 |
Latest deploy log | https://app.netlify.com/sites/wl-orbiter-website/deploys/67166433c8fe580008437efc |
Deploy Preview | https://deploy-preview-167--wl-orbiter-website.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | c55488062098fc78d8923abea86e8d4ddd960a94 |
Latest deploy log | https://app.netlify.com/sites/wl-orbiter-storybook/deploys/67166433329ee200087cd100 |
Deploy Preview | https://deploy-preview-167--wl-orbiter-storybook.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Issue: https://workleap.atlassian.net/browse/DS-354
Summary
Radio, Checkbox and Switch labels had their overflow hidden with an ellipsis by default. Default behavior should be to wrap instead. We'll let the users add the ellipsis themselves by overidding the CSS when needed.
What I did
Remove the default ellipsis behavior for Radio, Checkbox and Switch.
How to test