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

Tooltip: minor refactor #2105

Merged
merged 1 commit into from
May 10, 2022
Merged

Conversation

AlbertCarreras
Copy link
Contributor

Summary

What changed?

Tooltip: minor refactor

@AlbertCarreras AlbertCarreras requested a review from a team as a code owner May 6, 2022 19:41
@@ -213,51 +213,48 @@ class Contents extends Component<Props, State> {

return (
<div
className={styles.container}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Merge this and the following div into 1

@AlbertCarreras AlbertCarreras added the patch release Patch release label May 6, 2022
@netlify
Copy link

netlify bot commented May 6, 2022

Deploy Preview for gestalt ready!

Name Link
🔨 Latest commit d3bdf63
🔍 Latest deploy log https://app.netlify.com/sites/gestalt/deploys/627a97483644b90009526e15
😎 Deploy Preview https://deploy-preview-2105--gestalt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@@ -121,48 +121,49 @@ function ScrollBoundaryContainerExample() {
idealDirection="right"
text="See stats about different types of content created by you and/or others on Pinterest. Filter to get more details on your organic (not an ad) and paid (promoted as an ad) content."
>
<Icon
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Example better a11y

/>
</Box>
</Box>
<Flex direction="column">
Copy link
Contributor

Choose a reason for hiding this comment

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

looks like the left side is getting cut off a bit

Screen Shot 2022-05-09 at 3 38 10 PM

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cant repro this

</Box>
<Flex direction="column">
<Fieldset legend="Select content type" legendDisplay="hidden">
<Box paddingY={1}>
Copy link
Contributor

Choose a reason for hiding this comment

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

should this use Flex and gap, or does that not work well with Fieldset?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

DONE. good catch

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

Successfully merging this pull request may close these issues.

2 participants