We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
carbon-components
carbon-components-react
Describe in detail the issue you're having.
Safari places an automatic 2px margin around all buttons and this needs to be removed because it's causing some misalignments (see screenshot below)
2px margin
Is this issue related to a specific component?
This issue is related to the Button component
Button
What did you expect to happen? What happened instead? What would you like to see changed?
Expect no automatic margins around buttons throughout the application, as seen in other browsers Chrome/Firefox/Edge
What browser are you working in?
Safari 12.1.1 (14607.2.6.1.1)
What version of the Carbon Design System are you using?
carbon-components: ^10.7.4, carbon-components-react: ^7.7.4,
carbon-components: ^10.7.4
carbon-components-react: ^7.7.4
What offering/product do you work on? Any pressing ship or release dates we should be aware of?
Watson Assistant
Please create a reduced test case in CodeSandbox
https://codesandbox.io/s/github/carbon-design-system/carbon/tree/master/packages/react/examples/codesandbox
Auto margin causes right-side misalignment of 'Create intent' on an intents page:
Related pr: https://github.ibm.com/watson-engagement-advisor/wea-conversational-ui/pull/6006
Related issue: https://github.ibm.com/watson-engagement-advisor/wea-backlog/issues/33926
The text was updated successfully, but these errors were encountered:
PR is up to remove this: #5169
Temporary fix:
@media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) { .bx--btn { margin: 0; } }
Sorry, something went wrong.
tw15egan
Successfully merging a pull request may close this issue.
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
Safari places an automatic
2px margin
around all buttons and this needs to be removed because it's causing some misalignments (see screenshot below)This issue is related to the
Button
componentExpect no automatic margins around buttons throughout the application, as seen in other browsers Chrome/Firefox/Edge
Safari 12.1.1 (14607.2.6.1.1)
carbon-components: ^10.7.4
,carbon-components-react: ^7.7.4
,Watson Assistant
Steps to reproduce the issue
2px margin
all aroundhttps://codesandbox.io/s/github/carbon-design-system/carbon/tree/master/packages/react/examples/codesandbox
Additional information
Auto margin causes right-side misalignment of 'Create intent' on an intents page:
Related pr:
https://github.ibm.com/watson-engagement-advisor/wea-conversational-ui/pull/6006
Related issue:
https://github.ibm.com/watson-engagement-advisor/wea-backlog/issues/33926
The text was updated successfully, but these errors were encountered: