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

Prevent flowchart labels from being cut off #698

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Conversation

72636c
Copy link
Member

@72636c 72636c commented Sep 3, 2024

Band-aid fix but 🤷.

@72636c 72636c requested a review from a team as a code owner September 3, 2024 04:15
Copy link

changeset-bot bot commented Sep 3, 2024

🦋 Changeset detected

Latest commit: 95bdc88

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
scoobie Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@AaronMoat AaronMoat left a comment

Choose a reason for hiding this comment

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

Nice!

@72636c 72636c merged commit bf19825 into master Sep 3, 2024
4 checks passed
@72636c 72636c deleted the ind-2707-labels branch September 3, 2024 04:39
@seek-oss-ci seek-oss-ci mentioned this pull request Sep 3, 2024
72636c added a commit that referenced this pull request Sep 10, 2024
I decided to actually RTFM. I think Blink is doing the specful thing
here and this should be the proper fix for #698 / #707.

https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#description

> Setting `overflow` to visible in one direction (i.e. `overflow-x` or
> `overflow-y`) when it isn't set to `visible` or `clip` in the other
> direction results in the `visible` value behaving as `auto`.
72636c added a commit that referenced this pull request Sep 10, 2024
I decided to actually RTFM. I think Blink is doing the specful thing
here and this should be the proper fix for #698 / #707.

https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#description

> Setting `overflow` to visible in one direction (i.e. `overflow-x` or
> `overflow-y`) when it isn't set to `visible` or `clip` in the other
> direction results in the `visible` value behaving as `auto`.
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.

2 participants